Changed a { create rw_dir_perms } to a create_dir_perms since starting radius was getting a setattr denial and setattr was shown to be missing in sediff
This commit is contained in:
parent
45aa10abd7
commit
bc6dfa6778
@ -40,7 +40,7 @@ allow radiusd_t radiusd_etc_t:lnk_file { getattr read };
|
||||
files_search_etc(radiusd_t)
|
||||
|
||||
allow radiusd_t radiusd_log_t:file create_file_perms;
|
||||
allow radiusd_t radiusd_log_t:dir { create rw_dir_perms };
|
||||
allow radiusd_t radiusd_log_t:dir create_dir_perms;
|
||||
logging_create_log(radiusd_t,radiusd_log_t,{ file dir })
|
||||
|
||||
allow radiusd_t radiusd_var_run_t:file create_file_perms;
|
||||
|
Loading…
Reference in New Issue
Block a user