42fa15 Logwatch looks for content in homedirs, reads samba shares - from Dan Walsh

1 file Authored by Jeremy Solt 15 years ago, Committed by Chris PeBenito 15 years ago,
    Logwatch looks for content in homedirs, reads samba shares - from Dan Walsh
    
        
policy/modules/admin/logwatch.te CHANGED
@@ -93,6 +93,13 @@ sysnet_dns_name_resolve(logwatch_t)
93
93
sysnet_exec_ifconfig(logwatch_t)
94
94
95
95
userdom_dontaudit_search_user_home_dirs(logwatch_t)
96
+ tunable_policy(`use_nfs_home_dirs',`
97
+ fs_list_nfs(logwatch_t)
98
+ ')
99
+
100
+ tunable_policy(`use_samba_home_dirs',`
101
+ fs_list_cifs(logwatch_t)
102
+ ')
96
103
97
104
mta_send_mail(logwatch_t)
98
105
@@ -136,4 +143,5 @@ optional_policy(`
136
143
137
144
optional_policy(`
138
145
samba_read_log(logwatch_t)
146
+ samba_read_share_files(logwatch_t)
139
147
')