commit: 2efc5d1fdd25123824002647938d219a0409845a Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com> AuthorDate: Wed Feb 10 15:34:51 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=2efc5d1f
Whitespace fix in iptables.fc. policy/modules/system/iptables.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/iptables.fc b/policy/modules/system/iptables.fc index 709aa6c..0e1ecd3 100644 --- a/policy/modules/system/iptables.fc +++ b/policy/modules/system/iptables.fc @@ -28,4 +28,4 @@ /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) +/var/run/xtables.* -- gen_context(system_u:object_r:iptables_var_run_t,s0)
