Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Removes dontaudit rules from pulp-server SELinux policy
Browse files Browse the repository at this point in the history
closes #564
  • Loading branch information
Brian Bouterse committed Apr 3, 2015
1 parent fdb1aff commit e30542c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/selinux/server/pulp-server.te
Expand Up @@ -4,15 +4,10 @@ policy_module(pulp-server, 0.0.0)

require {
type httpd_t;
type rpm_var_lib_t;
}

type pulp_cert_t;
miscfiles_cert_type(pulp_cert_t)
manage_files_pattern(httpd_t, pulp_cert_t, pulp_cert_t)
manage_dirs_pattern(httpd_t, pulp_cert_t, pulp_cert_t)
read_lnk_files_pattern(httpd_t, pulp_cert_t, pulp_cert_t)

#https://bugzilla.redhat.com/show_bug.cgi?id=784280#c2
dontaudit httpd_t rpm_var_lib_t:dir { getattr search open };

0 comments on commit e30542c

Please sign in to comment.