feat(profile): general update.
This commit is contained in:
parent
319bea17c3
commit
52278490ab
8 changed files with 21 additions and 4 deletions
|
|
@ -40,6 +40,9 @@ profile file-roller @{exec_path} {
|
|||
@{bin}/zstd rix,
|
||||
@{lib}/p7zip/7z rix,
|
||||
|
||||
@{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop rPx -> child-open,
|
||||
@{lib}/gio-launch-desktop rPx -> child-open,
|
||||
|
||||
/usr/share/themes/{,**} r,
|
||||
/usr/share/X11/xkb/{,**} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ profile flatpak-app flags=(attach_disconnected,mediate_deleted) {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
ptrace peer=flatpak-bwrap//&flatpak-app,
|
||||
ptrace peer=flatpak-app//&flatpak-bwrap,
|
||||
|
||||
signal peer=flatpak-bwrap//&flatpak-app,
|
||||
signal peer=flatpak-app//&flatpak-bwrap,
|
||||
|
||||
@{bin}/** rmix,
|
||||
@{lib}/** rmix,
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@ profile flatpak-bwrap flags=(attach_disconnected,mediate_deleted) {
|
|||
pivot_root oldroot=/newroot/ -> /newroot/,
|
||||
pivot_root oldroot=/tmp/oldroot/ -> /tmp/,
|
||||
|
||||
ptrace peer=flatpak-bwrap//&flatpak-app,
|
||||
ptrace peer=flatpak-app//&flatpak-bwrap,
|
||||
|
||||
signal peer=flatpak-bwrap//&flatpak-app,
|
||||
signal peer=flatpak-app//&flatpak-bwrap,
|
||||
|
||||
@{bin}/** rmix,
|
||||
@{lib}/** rmix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue