diff --git a/policy/modules/services/nsd.te b/policy/modules/services/nsd.te index 7e9de5073..04d605f7c 100644 --- a/policy/modules/services/nsd.te +++ b/policy/modules/services/nsd.te @@ -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)