Profiles update.
This commit is contained in:
parent
bb0847f5df
commit
4ff371e739
22 changed files with 67 additions and 33 deletions
|
|
@ -10,7 +10,19 @@ include <tunables/global>
|
|||
profile nm-dhcp-helper @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
|
||||
ptrace (readby) peer=NetworkManager,
|
||||
|
||||
signal (receive) peer=NetworkManager,
|
||||
signal (send) peer=dhclient,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/var/lib/NetworkManager/*lease r,
|
||||
|
||||
@{run}/NetworkManager/private-dhcp rw,
|
||||
|
||||
include if exists <local/nm-dhcp-helper>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue