commit: 4415fab18ad8d2769f159216d68283efbcbf7fc5 Author: Laurent Bigonville <bigon <AT> bigon <DOT> be> AuthorDate: Mon Feb 8 21:48:53 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Fri Feb 12 03:15:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=4415fab1
Label /var/run/ebtables.lock as iptables_var_run_t. This lock file is used on debian since version 2.0.10.4-3.2. This is also used on Fedora. policy/modules/system/iptables.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/iptables.fc b/policy/modules/system/iptables.fc index c97cefc..709aa6c 100644 --- a/policy/modules/system/iptables.fc +++ b/policy/modules/system/iptables.fc @@ -27,4 +27,5 @@ /usr/sbin/iptables-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/sbin/iptables-restore -- gen_context(system_u:object_r:iptables_exec_t,s0) +/var/run/ebtables\.lock -- gen_context(system_u:object_r:iptables_var_run_t,s0) /var/run/xtables.* -- gen_context(system_u:object_r:iptables_var_run_t,s0)
