- Move seunshare to sandbox package
This commit is contained in:
parent
6c80e8dc19
commit
3108046cf7
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.0.84
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -141,7 +141,6 @@ The policycoreutils-python package contains the management tools use to manage a
|
||||
%{_mandir}/man1/audit2allow.1*
|
||||
%{_mandir}/ru/man1/audit2allow.1*
|
||||
%{_mandir}/man1/audit2why.1*
|
||||
%{_mandir}/man5/sandbox.conf.5*
|
||||
%{_mandir}/man8/chcat.8*
|
||||
%{_mandir}/ru/man8/chcat.8*
|
||||
%{_mandir}/man8/sandbox.8*
|
||||
@ -167,6 +166,9 @@ The policycoreutils-python package contains the scripts to create graphical sand
|
||||
%files sandbox
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/sandbox/sandboxX.sh
|
||||
%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}/man5/sandbox.conf.5*
|
||||
|
||||
%triggerin python -- selinux-policy
|
||||
selinuxenabled && [ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen 2>/dev/null
|
||||
@ -240,7 +242,6 @@ rm -rf %{buildroot}
|
||||
/sbin/fixfiles
|
||||
/sbin/setfiles
|
||||
/sbin/load_policy
|
||||
%attr(0755,root,root) %caps(cap_setpcap,cap_fowner,cap_dac_override,cap_sys_admin,cap_sys_nice=pe) %{_sbindir}/seunshare
|
||||
%{_sbindir}/genhomedircon
|
||||
%{_sbindir}/load_policy
|
||||
%{_sbindir}/setsebool
|
||||
@ -286,7 +287,6 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/ru/man8/setsebool.8*
|
||||
%{_mandir}/man1/secon.1*
|
||||
%{_mandir}/ru/man1/secon.1*
|
||||
%{_mandir}/man8/seunshare.8*
|
||||
%{_mandir}/man8/genhomedircon.8*
|
||||
%doc %{_usr}/share/doc/%{name}-%{version}
|
||||
|
||||
@ -327,6 +327,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Wed Dec 15 2010 Dan Walsh <dwalsh@redhat.com> 2.0.84-4
|
||||
- Move seunshare to sandbox package
|
||||
|
||||
* Mon Nov 29 2010 Dan Walsh <dwalsh@redhat.com> 2.0.84-3
|
||||
- Fix sandbox to show correct types in usage statement
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user