feat(abs): add the pkexec app abs.
This commit is contained in:
parent
7a3a1f7725
commit
96defe021c
8 changed files with 85 additions and 36 deletions
|
|
@ -29,7 +29,7 @@ profile flatpak-session-helper @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/flatpak rPx,
|
||||
@{bin}/getent rix,
|
||||
@{bin}/p11-kit rix,
|
||||
@{bin}/pkexec rPx, # TODO: too wide, rCx.
|
||||
@{bin}/pkexec rCx -> pkexec,
|
||||
@{bin}/printenv rix,
|
||||
@{bin}/ps rPx,
|
||||
@{bin}/test rix,
|
||||
|
|
@ -46,6 +46,13 @@ profile flatpak-session-helper @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/dev/ptmx rw,
|
||||
|
||||
profile pkexec {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/pkexec>
|
||||
|
||||
include if exists <local/flatpak-session-helper_pkexec>
|
||||
}
|
||||
|
||||
include if exists <local/flatpak-session-helper>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue