fix(fsp): conflicting x modifiers

This commit is contained in:
Alexandre Pujol 2024-01-25 21:18:09 +00:00
parent 134a487ff3
commit 7d3d01ac01
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
matrix: matrix:
mode: mode:
- default - default
# - full-system-policy - full-system-policy
steps: steps:
- name: Check out repository code - name: Check out repository code

View File

@ -51,7 +51,7 @@ profile bwrap @{exec_path} flags=(attach_disconnected,mediate_deleted) {
@{bin}/** Px -> bwrap//&bwrap-app, @{bin}/** Px -> bwrap//&bwrap-app,
@{bin}/xdg-dbus-proxy Px -> bwrap//&xdg-dbus-proxy, @{bin}/xdg-dbus-proxy Px -> bwrap//&xdg-dbus-proxy,
@{lib}/** Px -> bwrap//&bwrap-app, # @{lib}/** Px -> bwrap//&bwrap-app,
/opt/*/** Px -> bwrap//&bwrap-app, /opt/*/** Px -> bwrap//&bwrap-app,
/usr/share/*/* Px -> bwrap//&bwrap-app, /usr/share/*/* Px -> bwrap//&bwrap-app,

View File

@ -49,7 +49,7 @@ profile default @{exec_path} flags=(attach_disconnected,mediate_deleted) {
@{bin}/more rPx -> child-pager, @{bin}/more rPx -> child-pager,
@{bin}/pager rPx -> child-pager, @{bin}/pager rPx -> child-pager,
@{open_path} rPx -> child-open, # @{open_path} rPx -> child-open,
audit @{bin}/** Pix, audit @{bin}/** Pix,
audit @{lib}/** Pix, audit @{lib}/** Pix,