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
|
|
@ -50,7 +50,7 @@ profile calibre @{exec_path} {
|
|||
unix (bind) type=stream addr="@calibre-*",
|
||||
|
||||
@{exec_path} mrix,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ldconfig{,.real} rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ profile discord @{exec_path} {
|
|||
signal (receive) set=(kill, term) peer=discord,
|
||||
|
||||
@{bin}/lsb_release r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/apt-cache rPx,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ profile dropbox @{exec_path} {
|
|||
@{exec_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
@{bin}/python3.@{int} r,
|
||||
|
||||
# Dropbox home files
|
||||
owner @{HOME}/ r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue