Add missing rootwrap filter for astara-gratuitous-arp
This was missing in the original rootwrap addition. Closes-bug: #1555816 Change-Id: I8569ec89cd3a9763b497fa82206463906b7aebc3
This commit is contained in:
parent
5994b8b148
commit
5635065c2e
@ -10,7 +10,7 @@ filters_path=/etc/rootwrap.d
|
||||
# explicitely specify a full path (separated by ',')
|
||||
# If not specified, defaults to system PATH environment variable.
|
||||
# These directories MUST all be only writeable by root !
|
||||
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin
|
||||
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin
|
||||
|
||||
# Enable logging to syslog
|
||||
# Default value is False
|
||||
|
@ -7,6 +7,7 @@ mv_bird: RegExpFilter, mv, root, mv, /tmp/bird6\.conf, /etc/bird/bird6\.conf
|
||||
|
||||
# astara_router/drivers/arp.py: 'arp'..
|
||||
arp: CommandFilter, /usr/sbin/arp, root
|
||||
astara_gratuitous_arp: CommandFilter, astara-gratuitous-arp, root
|
||||
|
||||
# astara_router/drivers/dnsmasq.py:
|
||||
mv_dnsmasq: RegExpFilter, mv, root, mv, /tmp/dnsmasq\.conf, /etc/dnsmasq\.d/.*\.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user