feat(abs): add the pkexec app abs.

This commit is contained in:
Alexandre Pujol 2024-09-20 23:24:15 +01:00
parent 7a3a1f7725
commit 96defe021c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 85 additions and 36 deletions

View file

@ -17,7 +17,14 @@ profile gsmartcontrol-root @{exec_path} {
@{bin}/which{,.debianutils} rix,
@{bin}/pkexec rPx,
@{bin}/pkexec rCx -> pkexec,
profile pkexec {
include <abstractions/base>
include <abstractions/app/pkexec>
include if exists <local/gsmartcontrol-root_pkexec>
}
include if exists <local/gsmartcontrol-root>
}