fetchmail executes programs in bin (uname), from Dan Walsh

This commit is contained in:
Jeremy Solt 2010-03-16 14:55:52 -04:00 committed by Chris PeBenito
parent e8871c2092
commit 414a5704df
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ kernel_getattr_proc_files(fetchmail_t)
kernel_read_proc_symlinks(fetchmail_t) kernel_read_proc_symlinks(fetchmail_t)
kernel_dontaudit_read_system_state(fetchmail_t) kernel_dontaudit_read_system_state(fetchmail_t)
#looks like it uses system command - calls uname
corecmd_exec_bin(fetchmail_t)
corecmd_exec_shell(fetchmail_t) corecmd_exec_shell(fetchmail_t)
corenet_all_recvfrom_unlabeled(fetchmail_t) corenet_all_recvfrom_unlabeled(fetchmail_t)