nsd: Merge two rules into one.

This commit is contained in:
Chris PeBenito 2019-01-06 14:03:29 -05:00
parent ea11d5bbc2
commit 38839b3e6c
1 changed files with 1 additions and 2 deletions

View File

@ -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)