feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-06-04 20:13:40 +01:00
parent d98621625a
commit 8b60e56002
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
21 changed files with 71 additions and 59 deletions

View file

@ -15,7 +15,9 @@ profile nmcli @{exec_path} {
@{exec_path} mr,
@{bin}/less rCx -> pager,
@{bin}/less rPx -> child-pager,
@{bin}/more rPx -> child-pager,
@{bin}/pager rPx -> child-pager,
owner @{HOME}/.nm-vpngate/*.ovpn r,
owner @{HOME}/.cert/nm-openvpn/*.pem rw,
@ -26,16 +28,5 @@ profile nmcli @{exec_path} {
@{sys}/devices/virtual/net/{,**} r,
@{sys}/devices/@{pci}/net/*/{,**} r,
profile pager {
include <abstractions/base>
include <abstractions/consoles>
@{bin}/less mr,
owner @{HOME}/.lesshs* rw,
owner @{user_cache_dirs}/.lesshs* rw,
}
include if exists <local/nmcli>
}