forked from OwlCyberDefense/refpolicy-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenvpn.fc
15 lines (10 loc) · 767 Bytes
/
openvpn.fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)