trunk: confine sendmail and logrotate on targeted

This commit is contained in:
Chris PeBenito 2007-06-19 17:01:39 +00:00
parent cb10a2d5bf
commit 6c8aba7b31
3 changed files with 3 additions and 7 deletions

View File

@ -1,3 +1,4 @@
- Confine sendmail and logrotate on targeted.
- Tunable connection to postgresql for users from KaiGai Kohei.
- Memprotect support patch from Stephen Smalley.
- Add logging_send_audit_msgs() interface and deprecate

View File

@ -1,5 +1,5 @@
policy_module(logrotate,1.4.0)
policy_module(logrotate,1.4.1)
########################################
#
@ -130,10 +130,6 @@ ifdef(`distro_debian', `
can_exec(logrotate_t, logrotate_exec_t)
')
ifdef(`targeted_policy',`
unconfined_domain(logrotate_t)
')
optional_policy(`
acct_domtrans(logrotate_t)
acct_manage_data(logrotate_t)

View File

@ -1,5 +1,5 @@
policy_module(sendmail,1.4.1)
policy_module(sendmail,1.4.2)
########################################
#
@ -107,7 +107,6 @@ mta_manage_queue(sendmail_t)
mta_manage_spool(sendmail_t)
ifdef(`targeted_policy',`
unconfined_domain(sendmail_t)
term_dontaudit_use_unallocated_ttys(sendmail_t)
term_dontaudit_use_generic_ptys(sendmail_t)
files_dontaudit_read_root_files(sendmail_t)