nsd: Merge two rules into one.
This commit is contained in:
parent
ea11d5bbc2
commit
38839b3e6c
|
@ -44,8 +44,7 @@ allow nsd_t nsd_conf_t:dir list_dir_perms;
|
|||
allow nsd_t nsd_conf_t:file read_file_perms;
|
||||
allow nsd_t nsd_conf_t:lnk_file read_lnk_file_perms;
|
||||
|
||||
allow nsd_t nsd_db_t:file map;
|
||||
allow nsd_t nsd_db_t:file manage_file_perms;
|
||||
allow nsd_t nsd_db_t:file { manage_file_perms map };
|
||||
filetrans_pattern(nsd_t, nsd_zone_t, nsd_db_t, file)
|
||||
|
||||
manage_files_pattern(nsd_t, nsd_var_run_t, nsd_var_run_t)
|
||||
|
|
Loading…
Reference in New Issue