- Allow vpnc request the kernel to load modules
This commit is contained in:
parent
aaf52ff041
commit
32594a1112
@ -900,6 +900,13 @@ mount = base
|
|||||||
#
|
#
|
||||||
mozilla = module
|
mozilla = module
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: ntop
|
||||||
|
#
|
||||||
|
# Policy for ntop
|
||||||
|
#
|
||||||
|
ntop = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: nslcd
|
# Module: nslcd
|
||||||
#
|
#
|
||||||
|
@ -900,6 +900,13 @@ mount = base
|
|||||||
#
|
#
|
||||||
mozilla = module
|
mozilla = module
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: ntop
|
||||||
|
#
|
||||||
|
# Policy for ntop
|
||||||
|
#
|
||||||
|
ntop = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: nslcd
|
# Module: nslcd
|
||||||
#
|
#
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.6.32
|
Version: 3.6.32
|
||||||
Release: 14%{?dist}
|
Release: 16%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -366,7 +366,8 @@ SELinux Reference policy minimum base module.
|
|||||||
%saveFileContext minimum
|
%saveFileContext minimum
|
||||||
|
|
||||||
%post minimum
|
%post minimum
|
||||||
%loadpolicy minimum
|
packages="unconfined.pp.bz2 unconfineduser.pp.bz2"
|
||||||
|
%loadpolicy minimum $packages
|
||||||
if [ $1 -eq 1 ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
semanage -S minimum -i - << __eof
|
semanage -S minimum -i - << __eof
|
||||||
login -m -s unconfined_u -r s0-s0:c0.c1023 __default__
|
login -m -s unconfined_u -r s0-s0:c0.c1023 __default__
|
||||||
@ -448,8 +449,16 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-14
|
* Thu Oct 1 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-17
|
||||||
|
- Allow vpnc request the kernel to load modules
|
||||||
|
|
||||||
|
* Wed Sep 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-16
|
||||||
|
- Fix minimum policy installs
|
||||||
|
- Allow udev and rpcbind to request the kernel to load modules
|
||||||
|
|
||||||
|
* Wed Sep 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-15
|
||||||
- Add plymouth policy
|
- Add plymouth policy
|
||||||
|
- Allow local_login to sys_admin
|
||||||
|
|
||||||
* Tue Sep 29 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-13
|
* Tue Sep 29 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-13
|
||||||
- Allow cupsd_config to read user tmp
|
- Allow cupsd_config to read user tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user