feat(profile): finish using variable instead of [0-9].

This commit is contained in:
Alexandre Pujol 2025-04-06 20:56:39 +02:00
parent 26d0797a07
commit 4c67b21bf3
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
26 changed files with 35 additions and 35 deletions

View file

@ -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,

View file

@ -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>
}

View file

@ -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,