Tunables polishing (#281)
* adjust xorg display number * remove wildcard from python version * python wildcard #2 * unconventional tails * Delete apparmor.d/groups/apps/android-studio --------- Co-authored-by: nobody43 <nobody43@users.noreply.github.com>
This commit is contained in:
parent
765fa1bdb8
commit
b376e9fade
69 changed files with 88 additions and 88 deletions
|
|
@ -23,7 +23,7 @@ profile ganyremote @{exec_path} {
|
|||
network inet6 stream,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ profile gpo @{exec_path} {
|
|||
network inet6 stream,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ profile gpodder @{exec_path} {
|
|||
network netlink raw,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ profile gpodder-migrate2tres @{exec_path} {
|
|||
include <abstractions/python>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ profile hardinfo @{exec_path} {
|
|||
@{bin}/make rix,
|
||||
@{bin}/perl rix,
|
||||
@{bin}/python2.[0-9]* rix,
|
||||
@{bin}/python3.[0-9]* rix,
|
||||
@{bin}/python3.@{int} rix,
|
||||
@{bin}/route rix,
|
||||
@{bin}/ruby[0-9].@{int} rix,
|
||||
@{bin}/strace rix,
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ profile hypnotix @{exec_path} {
|
|||
network netlink raw,
|
||||
|
||||
@{exec_path} rix,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/ldconfig rix,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ profile install-printerdriver @{exec_path} flags=(complain) {
|
|||
@{exec_path} mrix,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
/usr/share/system-config-printer/{,**} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ profile iotop @{exec_path} {
|
|||
capability sys_nice,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/file rix,
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ profile kconfig-hardened-check @{exec_path} {
|
|||
include <abstractions/python>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ r,
|
||||
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ profile labwc @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
||||
owner /tmp/.X[0-9]*-lock rw,
|
||||
owner /tmp/.X@{int}-lock rw,
|
||||
owner /tmp/.X11-unix/ rw,
|
||||
owner /tmp/.X11-unix/X[0-9]* rw,
|
||||
owner /tmp/.X11-unix/X@{int} rw,
|
||||
|
||||
include if exists <local/labwc>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue