feat(abs): add the path abstraction.

This commit is contained in:
Alexandre Pujol 2025-05-17 22:12:24 +02:00
parent 2bad07f5ff
commit f9f4097164
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 30 additions and 22 deletions

View file

@ -14,6 +14,7 @@ include <tunables/global>
profile child-open-any flags=(attach_disconnected,mediate_deleted) {
include <abstractions/base>
include <abstractions/app/open>
include <abstractions/path>
@{bin}/** PUx,
@{lib}/** PUx,
@ -22,12 +23,6 @@ profile child-open-any flags=(attach_disconnected,mediate_deleted) {
/usr/local/bin/** PUx,
/usr/share/** PUx,
@{bin}/ r,
@{user_bin_dirs}/ r,
/ r,
/usr/ r,
/usr/local/bin/ r,
include if exists <usr/child-open-any.d>
include if exists <local/child-open-any>
}