diff options
author | Jason Zaman <jason@perfinion.com> | 2015-01-20 22:30:45 +0800 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2015-01-29 16:32:53 +0800 |
commit | ec270d7eca495e088850d5397e3a9f64fcd63844 (patch) | |
tree | 10621525f88f564cb4171a06ba527b34d0a2e5a3 | |
parent | Introduce networkmanager_rw_rawip_sockets (diff) | |
download | hardened-refpolicy-ec270d7eca495e088850d5397e3a9f64fcd63844.tar.gz hardened-refpolicy-ec270d7eca495e088850d5397e3a9f64fcd63844.tar.bz2 hardened-refpolicy-ec270d7eca495e088850d5397e3a9f64fcd63844.zip |
resolvconf: needs access to networkmanager rawip sockets
-rw-r--r-- | policy/modules/contrib/resolvconf.te | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/policy/modules/contrib/resolvconf.te b/policy/modules/contrib/resolvconf.te index 32cba23a..b8c8e7e8 100644 --- a/policy/modules/contrib/resolvconf.te +++ b/policy/modules/contrib/resolvconf.te @@ -49,6 +49,10 @@ optional_policy(` dnsmasq_write_config(resolvconf_t) ') +optional_policy(` + networkmanager_rw_rawip_sockets(resolvconf_t) +') + ######################################### # # Resolvconf client policy |