mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
fix(fsp): conflicting x modifiers
This commit is contained in:
parent
134a487ff3
commit
7d3d01ac01
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
@ -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,
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user