Add IP commands to rootwrap fileter for OVS agent
Fixes bug 1045598 Change-Id: I97151030e5f3a71202b583dea6797ca16bd34f7c
This commit is contained in:
parent
1f6165b6ea
commit
7548d3c1fb
@ -21,3 +21,9 @@ ovs-ofctl_sbin: CommandFilter, /sbin/ovs-ofctl, root
|
|||||||
ovs-ofctl_sbin_usr: CommandFilter, /usr/sbin/ovs-ofctl, root
|
ovs-ofctl_sbin_usr: CommandFilter, /usr/sbin/ovs-ofctl, root
|
||||||
xe: CommandFilter, /sbin/xe, root
|
xe: CommandFilter, /sbin/xe, root
|
||||||
xe_usr: CommandFilter, /usr/sbin/xe, root
|
xe_usr: CommandFilter, /usr/sbin/xe, root
|
||||||
|
|
||||||
|
# ip_lib
|
||||||
|
ip: IpFilter, /sbin/ip, root
|
||||||
|
ip_usr: IpFilter, /usr/sbin/ip, root
|
||||||
|
ip_exec: IpNetnsExecFilter, /sbin/ip, root
|
||||||
|
ip_exec_usr: IpNetnsExecFilter, /usr/sbin/ip, root
|
||||||
|
Loading…
Reference in New Issue
Block a user