- Many fixes for strict policy and by extension mls.

This commit is contained in:
Daniel J Walsh 2006-12-24 07:31:09 +00:00
parent 9051d60c06
commit 135ea97ff1
4 changed files with 21 additions and 3 deletions

View File

@ -140,7 +140,7 @@ use_samba_home_dirs = false
# Control users use of ping and traceroute # Control users use of ping and traceroute
# #
user_ping = false user_ping = true
# Allow gpg executable stack # Allow gpg executable stack
# #

View File

@ -164,7 +164,7 @@ pppd_for_user = false
# Allow applications to read untrusted contentIf this is disallowed, Internet content hasto be manually relabeled for read access to be granted # Allow applications to read untrusted contentIf this is disallowed, Internet content hasto be manually relabeled for read access to be granted
# #
read_untrusted_content = false read_untrusted_content = true
# Allow user spamassassin clients to use the network. # Allow user spamassassin clients to use the network.
# #
@ -204,10 +204,17 @@ user_ttyfile_stat = false
# Allow applications to write untrusted contentIf this is disallowed, no Internet contentwill be stored. # Allow applications to write untrusted contentIf this is disallowed, no Internet contentwill be stored.
# #
write_untrusted_content = false write_untrusted_content = true
spamd_enable_home_dirs = false spamd_enable_home_dirs = false
# Allow login domains to polyinstatiate directories # Allow login domains to polyinstatiate directories
# #
allow_polyinstantiation = false allow_polyinstantiation = false
# Allow sysadm to ptrace all processes
#
allow_ptrace = false
## Control users use of ping and traceroute
user_ping = true

View File

@ -1304,3 +1304,11 @@ pcscd = module
# Policy for tzdata-update # Policy for tzdata-update
# #
tzdata = base tzdata = base
# Layer: apps
# Module: gnome
#
# gnome session and gconf
#
gnome = module

View File

@ -351,6 +351,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif %endif
%changelog %changelog
* Sat Dec 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-18
- Many fixes for strict policy and by extension mls.
* Fri Dec 22 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-17 * Fri Dec 22 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-17
- Fix to allow ftp to bind to ports > 1024 - Fix to allow ftp to bind to ports > 1024
Resolves: #219349 Resolves: #219349