remove no longer needed domain_read_all_domains_state rule for httpd_git_script_t

This commit is contained in:
clime 2018-01-05 09:41:48 +01:00
parent 532d0f406c
commit 572696ce3d

View file

@ -12,9 +12,6 @@ require {
files_tmp_file(git_script_tmp_t);
allow httpd_git_script_t git_script_tmp_t:file manage_file_perms;
# Do not audit attempts to read the process state (/proc/pid) of all domains.
domain_read_all_domains_state(httpd_git_script_t);
# List the contents of the sysfs directories.
dev_list_sysfs(httpd_git_script_t);