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
|
|
@ -18,7 +18,7 @@ profile arandr @{exec_path} {
|
|||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/xrandr rPx,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ profile borg @{exec_path} {
|
|||
@{exec_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/{,@{multiarch}-}ld.bfd rix,
|
||||
@{bin}/cat rix,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ profile convertall @{exec_path} {
|
|||
@{exec_path} r,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
||||
@{bin}/python3.[0-9]* rix,
|
||||
@{bin}/python3.@{int} rix,
|
||||
|
||||
owner @{HOME}/.convertall rw,
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ profile cupsd @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/ippfind rix,
|
||||
@{bin}/mktemp rix,
|
||||
@{bin}/printenv rix,
|
||||
@{bin}/python3.[0-9]* rix,
|
||||
@{bin}/python3.@{int} rix,
|
||||
@{bin}/rm rix,
|
||||
@{bin}/sed rix,
|
||||
@{bin}/smbspool rPx,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ profile execute-dcut @{exec_path} flags=(complain) {
|
|||
include <abstractions/python>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
include if exists <local/execute-dcut>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ profile execute-dput @{exec_path} flags=(complain) {
|
|||
|
||||
@{exec_path} r,
|
||||
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/dpkg rPx -> child-dpkg,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ profile fail2ban-client @{exec_path} flags=(attach_disconnected) {
|
|||
@{exec_path} mr,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
/etc/fail2ban/{,**} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ profile fail2ban-server @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/iptables rix,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
/etc/fail2ban/{,**} r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue