Logwatch looks for content in homedirs, reads samba shares - from Dan Walsh
This commit is contained in:
parent
3fcdc39764
commit
42fa15ba75
|
@ -93,6 +93,13 @@ sysnet_dns_name_resolve(logwatch_t)
|
|||
sysnet_exec_ifconfig(logwatch_t)
|
||||
|
||||
userdom_dontaudit_search_user_home_dirs(logwatch_t)
|
||||
tunable_policy(`use_nfs_home_dirs',`
|
||||
fs_list_nfs(logwatch_t)
|
||||
')
|
||||
|
||||
tunable_policy(`use_samba_home_dirs',`
|
||||
fs_list_cifs(logwatch_t)
|
||||
')
|
||||
|
||||
mta_send_mail(logwatch_t)
|
||||
|
||||
|
@ -136,4 +143,5 @@ optional_policy(`
|
|||
|
||||
optional_policy(`
|
||||
samba_read_log(logwatch_t)
|
||||
samba_read_share_files(logwatch_t)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue