- Change to allow sandbox to run on nfs homedirs, add start python script
This commit is contained in:
parent
3108046cf7
commit
8937a040d8
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.84
|
Version: 2.0.84
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -58,7 +58,7 @@ context.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 1
|
%setup -q -a 1
|
||||||
%patch -p1 -b .rhat
|
%patch -p2 -b .rhat
|
||||||
%patch1 -p1 -b .rhatpo
|
%patch1 -p1 -b .rhatpo
|
||||||
%patch3 -p1 -b .gui
|
%patch3 -p1 -b .gui
|
||||||
%patch4 -p1 -b .sepolgen
|
%patch4 -p1 -b .sepolgen
|
||||||
@ -166,6 +166,7 @@ The policycoreutils-python package contains the scripts to create graphical sand
|
|||||||
%files sandbox
|
%files sandbox
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/sandbox/sandboxX.sh
|
%{_datadir}/sandbox/sandboxX.sh
|
||||||
|
%{_datadir}/sandbox/start
|
||||||
%attr(0755,root,root) %caps(cap_setpcap,cap_fowner,cap_dac_override,cap_sys_admin,cap_sys_nice=pe) %{_sbindir}/seunshare
|
%attr(0755,root,root) %caps(cap_setpcap,cap_fowner,cap_dac_override,cap_sys_admin,cap_sys_nice=pe) %{_sbindir}/seunshare
|
||||||
%{_mandir}/man8/seunshare.8*
|
%{_mandir}/man8/seunshare.8*
|
||||||
%{_mandir}/man5/sandbox.conf.5*
|
%{_mandir}/man5/sandbox.conf.5*
|
||||||
@ -327,6 +328,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 16 2010 Dan Walsh <dwalsh@redhat.com> 2.0.84-5
|
||||||
|
- Change to allow sandbox to run on nfs homedirs, add start python script
|
||||||
|
|
||||||
* Wed Dec 15 2010 Dan Walsh <dwalsh@redhat.com> 2.0.84-4
|
* Wed Dec 15 2010 Dan Walsh <dwalsh@redhat.com> 2.0.84-4
|
||||||
- Move seunshare to sandbox package
|
- Move seunshare to sandbox package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user