diff options
author | Miroslav Grepl <mgrepl@redhat.com> | 2013-08-27 13:38:23 +0000 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2013-09-23 08:26:16 +0200 |
commit | d007e39e4d671707118b58468564aa3447db9434 (patch) | |
tree | d3b4f5a650eef7ffb1433f995d963342fdde5b98 /policy/modules/contrib/fetchmail.fc | |
parent | Fix inconsistencies in the pkcs policy module (diff) | |
download | hardened-refpolicy-d007e39e4d671707118b58468564aa3447db9434.tar.gz hardened-refpolicy-d007e39e4d671707118b58468564aa3447db9434.tar.bz2 hardened-refpolicy-d007e39e4d671707118b58468564aa3447db9434.zip |
Allow fetchmail to create own pid with correct labeling
Diffstat (limited to 'policy/modules/contrib/fetchmail.fc')
-rw-r--r-- | policy/modules/contrib/fetchmail.fc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/modules/contrib/fetchmail.fc b/policy/modules/contrib/fetchmail.fc index e4ded9618..fe7398efe 100644 --- a/policy/modules/contrib/fetchmail.fc +++ b/policy/modules/contrib/fetchmail.fc @@ -12,4 +12,4 @@ HOME_DIR/\.fetchmailrc -- gen_context(system_u:object_r:fetchmail_home_t,s0) /var/mail/\.fetchmail-UIDL-cache -- gen_context(system_u:object_r:fetchmail_uidl_cache_t,s0) -/var/run/fetchmail/.* gen_context(system_u:object_r:fetchmail_var_run_t,s0) +/var/run/fetchmail.* -- gen_context(system_u:object_r:fetchmail_var_run_t,s0) |