Merge "Removes the superfluous 'that'"

This commit is contained in:
Jenkins
2016-10-25 11:18:02 +00:00
committed by Gerrit Code Review
@@ -29,7 +29,7 @@ dhclient_kill: KillFilter, root, dhclient, -9
# in dhcp-agent namespace. If in that namespace resolv.conf file not exist
# dhclient will override system /etc/resolv.conf
# Filters below are limit functions mkdir, rm and touch
# only to create and delete file resolv.conf in the that namespace
# only to create and delete file resolv.conf in the namespace
mkdir_filter: RegExpFilter, /bin/mkdir, root, mkdir, -p, /etc/netns/qdhcp-[0-9a-z./-]+
rm_filter: RegExpFilter, /bin/rm, root, rm, -r, /etc/netns/qdhcp-[0-9a-z./-]+
touch_filter: RegExpFilter, /bin/touch, root, touch, /etc/netns/qdhcp-[0-9a-z./-]+/resolv.conf