diff options
author | Chris PeBenito <pebenito@ieee.org> | 2018-06-23 10:38:58 -0400 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2018-06-24 16:33:24 +0800 |
commit | 751926c0fbba4bf7105622ee65888b66740847a0 (patch) | |
tree | 6bbdd39cd5becdddc8e4cbc41332c383874c7972 /policy/modules/services/openvpn.fc | |
parent | xdg: move compat interfaces to upstream xdg module (diff) | |
download | hardened-refpolicy-751926c0fbba4bf7105622ee65888b66740847a0.tar.gz hardened-refpolicy-751926c0fbba4bf7105622ee65888b66740847a0.tar.bz2 hardened-refpolicy-751926c0fbba4bf7105622ee65888b66740847a0.zip |
Move all files out of the old contrib directory.
Diffstat (limited to 'policy/modules/services/openvpn.fc')
-rw-r--r-- | policy/modules/services/openvpn.fc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/policy/modules/services/openvpn.fc b/policy/modules/services/openvpn.fc new file mode 100644 index 00000000..7a00b7a8 --- /dev/null +++ b/policy/modules/services/openvpn.fc @@ -0,0 +1,15 @@ +/etc/openvpn(/.*)? gen_context(system_u:object_r:openvpn_etc_t,s0) +/etc/openvpn/ipp\.txt -- gen_context(system_u:object_r:openvpn_etc_rw_t,s0) +/etc/openvpn/openvpn-status\.log.* -- gen_context(system_u:object_r:openvpn_status_t,s0) + +/etc/rc\.d/init\.d/openvpn -- gen_context(system_u:object_r:openvpn_initrc_exec_t,s0) + +/usr/bin/openvpn -- gen_context(system_u:object_r:openvpn_exec_t,s0) + +/usr/sbin/openvpn -- gen_context(system_u:object_r:openvpn_exec_t,s0) + +/var/log/openvpn-status\.log.* -- gen_context(system_u:object_r:openvpn_status_t,s0) +/var/log/openvpn.* gen_context(system_u:object_r:openvpn_var_log_t,s0) + +/run/openvpn(/.*)? gen_context(system_u:object_r:openvpn_var_run_t,s0) +/run/openvpn\.client.* -- gen_context(system_u:object_r:openvpn_var_run_t,s0) |