diff options
author | 2012-08-09 17:45:17 +0200 | |
---|---|---|
committer | 2012-08-09 17:45:17 +0200 | |
commit | 07778c6448ab8452aa3fa7680e91ba2a248d8e2c (patch) | |
tree | 0e9a8a1728bee1ef2e6ccb0582aa5b453dd2b564 /policy/modules/contrib/tmpreaper.fc | |
parent | Use /usr/local/lib* to /usr/lib (diff) | |
download | hardened-refpolicy-07778c6448ab8452aa3fa7680e91ba2a248d8e2c.tar.gz hardened-refpolicy-07778c6448ab8452aa3fa7680e91ba2a248d8e2c.tar.bz2 hardened-refpolicy-07778c6448ab8452aa3fa7680e91ba2a248d8e2c.zip |
Translate /etc/init.d to /etc/rc.d/init.d for context searches
Since the content of /etc/init.d and /etc/rc.d/init.d is the same (and same
labels), it makes sense to just define them once and put in a translation for
this location.
Diffstat (limited to 'policy/modules/contrib/tmpreaper.fc')
-rw-r--r-- | policy/modules/contrib/tmpreaper.fc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy/modules/contrib/tmpreaper.fc b/policy/modules/contrib/tmpreaper.fc index fcc10e896..42ee1224a 100644 --- a/policy/modules/contrib/tmpreaper.fc +++ b/policy/modules/contrib/tmpreaper.fc @@ -1,6 +1,6 @@ ifdef(`distro_debian',` -/etc/init\.d/mountall-bootclean.sh -- gen_context(system_u:object_r:tmpreaper_exec_t,s0) -/etc/init\.d/mountnfs-bootclean.sh -- gen_context(system_u:object_r:tmpreaper_exec_t,s0) +/etc/rc\.d/init\.d/mountall-bootclean.sh -- gen_context(system_u:object_r:tmpreaper_exec_t,s0) +/etc/rc\.d/init\.d/mountnfs-bootclean.sh -- gen_context(system_u:object_r:tmpreaper_exec_t,s0) ') /usr/sbin/tmpreaper -- gen_context(system_u:object_r:tmpreaper_exec_t,s0) |