aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <jason@perfinion.com>2017-12-14 02:17:21 +0800
committerJason Zaman <jason@perfinion.com>2017-12-14 13:09:40 +0800
commitf535dde10ac78ef53ae5dae23f848c2a2cafa55c (patch)
tree8692efa98afe44008153c7367ca0abea628e29df
parentgpg: Add gpg_agent_use_card boolean for OpenPGP cards (diff)
downloadhardened-refpolicy-f535dde10ac78ef53ae5dae23f848c2a2cafa55c.tar.gz
hardened-refpolicy-f535dde10ac78ef53ae5dae23f848c2a2cafa55c.tar.bz2
hardened-refpolicy-f535dde10ac78ef53ae5dae23f848c2a2cafa55c.zip
cachefilesd: make cachefilesd_cache_t a mountpoint
-rw-r--r--policy/modules/contrib/cachefilesd.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/modules/contrib/cachefilesd.te b/policy/modules/contrib/cachefilesd.te
index d225d7454..d09ac5618 100644
--- a/policy/modules/contrib/cachefilesd.te
+++ b/policy/modules/contrib/cachefilesd.te
@@ -13,7 +13,7 @@ type cachefilesd_initrc_exec_t;
init_script_file(cachefilesd_initrc_exec_t)
type cachefilesd_cache_t;
-files_type(cachefilesd_cache_t)
+files_mountpoint(cachefilesd_cache_t)
type cachefilesd_var_run_t;
files_pid_file(cachefilesd_var_run_t)