Removes the superfluous 'that'

This patch removes the superfluous 'that'.

Change-Id: I18107d53b3d32dbfc291ae5c185e7bb8d8ab8368
This commit is contained in:
Cady_Chen 2016-10-20 20:27:06 +08:00
parent cbb7dc0fb2
commit b806d2cd37
1 changed files with 1 additions and 1 deletions

View File

@ -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