fix ptracing of all domains

This commit is contained in:
Chris PeBenito 2005-12-12 16:52:46 +00:00
parent 3b4da47533
commit 60caa302c2
1 changed files with 1 additions and 4 deletions

View File

@ -85,10 +85,6 @@ interface(`domain_type',`
unconfined_sigchld($1)
')
tunable_policy(`allow_ptrace',`
userdom_sigchld_sysadm($1)
')
# allow any domain to connect to the LDAP server
optional_policy(`ldap',`
ldap_use($1)
@ -615,6 +611,7 @@ interface(`domain_ptrace_all_domains',`
')
allow $1 domain:process ptrace;
allow domain $1:process sigchld;
')
########################################