diff options
Diffstat (limited to 'policy/modules/contrib/resmgr.fc')
-rw-r--r-- | policy/modules/contrib/resmgr.fc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/policy/modules/contrib/resmgr.fc b/policy/modules/contrib/resmgr.fc new file mode 100644 index 00000000..af810b94 --- /dev/null +++ b/policy/modules/contrib/resmgr.fc @@ -0,0 +1,7 @@ + +/etc/resmgr\.conf -- gen_context(system_u:object_r:resmgrd_etc_t,s0) + +/sbin/resmgrd -- gen_context(system_u:object_r:resmgrd_exec_t,s0) + +/var/run/\.resmgr_socket -s gen_context(system_u:object_r:resmgrd_var_run_t,s0) +/var/run/resmgr\.pid -- gen_context(system_u:object_r:resmgrd_var_run_t,s0) |