feat(profiles): continue replacing [0-9]* by @{int}.
This commit is contained in:
parent
99e4c4622d
commit
00051bd2f0
100 changed files with 222 additions and 229 deletions
|
|
@ -33,10 +33,10 @@ profile wpa-action @{exec_path} {
|
|||
/etc/network/interfaces r,
|
||||
/etc/network/interfaces.d/{,*} r,
|
||||
|
||||
owner @{run}/wpa_action.wlan[0-9]*.ifupdown rw,
|
||||
owner @{run}/wpa_action.wlan[0-9]*.timestamp rw,
|
||||
owner @{run}/network/ifstate.wlan[0-9]* rwk,
|
||||
owner @{run}/sendsigs.omit.d/wpasupplicant.wpa_supplicant.wlan[0-9]*.pid rw,
|
||||
owner @{run}/wpa_action.wlan@{int}.ifupdown rw,
|
||||
owner @{run}/wpa_action.wlan@{int}.timestamp rw,
|
||||
owner @{run}/network/ifstate.wlan@{int} rwk,
|
||||
owner @{run}/sendsigs.omit.d/wpasupplicant.wpa_supplicant.wlan@{int}.pid rw,
|
||||
|
||||
include if exists <local/wpa-action>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue