feat(profile): finish using variable instead of [0-9].
This commit is contained in:
parent
26d0797a07
commit
4c67b21bf3
26 changed files with 35 additions and 35 deletions
|
|
@ -45,7 +45,7 @@ profile update-ca-certificates @{exec_path} {
|
|||
/etc/ca-certificates.conf r,
|
||||
/etc/ssl/certs/ca-certificates.crt{,.new} rw,
|
||||
/etc/ssl/certs/*.pem rw,
|
||||
/etc/ssl/certs/@{hex}.[0-9] rw,
|
||||
/etc/ssl/certs/@{hex}.@{d} rw,
|
||||
|
||||
/var/lib/ca-certificates/ rwk,
|
||||
/var/lib/ca-certificates/** rw,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ profile wpa-cli @{exec_path} {
|
|||
owner @{HOME}/.wpa_cli_history-@{int}.tmp rw,
|
||||
|
||||
owner @{run}/wpa_supplicant/ r,
|
||||
owner @{tmp}/wpa_ctrl_@{pid}-[0-9] rw,
|
||||
owner @{tmp}/wpa_ctrl_@{pid}-@{d} rw,
|
||||
|
||||
include if exists <local/wpa-cli>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ profile wpa-gui @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{tmp}/wpa_ctrl_@{pid}-[0-9] w,
|
||||
owner @{tmp}/wpa_ctrl_@{pid}-@{d} w,
|
||||
owner /dev/shm/#@{int} rw,
|
||||
|
||||
@{run}/wpa_supplicant/ r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue