From e16f8a18fd37c79efcea8a443bb60fb391e1c0f8 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Tue, 11 Aug 2015 11:55:18 +0200 Subject: [PATCH] Label /var/run/xtables.lock as iptables_var_run_t. --- policy/modules/system/iptables.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/iptables.fc b/policy/modules/system/iptables.fc index e6d52583c..c97cefc1f 100644 --- a/policy/modules/system/iptables.fc +++ b/policy/modules/system/iptables.fc @@ -26,3 +26,5 @@ /usr/sbin/iptables -- gen_context(system_u:object_r:iptables_exec_t,s0) /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/xtables.* -- gen_context(system_u:object_r:iptables_var_run_t,s0)