feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-06-23 11:25:17 +01:00
parent 2e127ace4b
commit ae71b323c2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
29 changed files with 80 additions and 40 deletions

View file

@ -43,7 +43,7 @@ profile child-dpkg {
/var/lib/dpkg/tmp.ci/md5sums rw,
/var/lib/dpkg/triggers/Lock rw,
/var/lib/dpkg/updates/* rw,
/var/log/dpkg.log ra,
/var/log/dpkg.log rw,
# file_inherit
/tmp/#@{int} rw,

View file

@ -19,7 +19,7 @@ abi <abi/3.0>,
include <tunables/global>
profile child-open {
profile child-open flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/app-open>
include <abstractions/app/open>

View file

@ -15,7 +15,7 @@ abi <abi/3.0>,
include <tunables/global>
profile child-open-browsers {
profile child-open-browsers flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/app/open>

View file

@ -28,6 +28,8 @@ profile child-pager {
@{system_share_dirs}/terminfo/{,**} r,
@{HOME}/.lesshst r,
owner @{HOME}/ r,
owner @{HOME}/.lesshs* rw,
owner @{HOME}/.terminfo/@{int}/* r,