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:
nobody43 2024-01-25 12:44:47 +00:00 committed by GitHub
parent 765fa1bdb8
commit b376e9fade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
69 changed files with 88 additions and 88 deletions

View file

@ -15,9 +15,9 @@ profile gnome-browser-connector-host @{exec_path} {
@{exec_path} mr,
@{bin}/env rix,
@{bin}/python3.[0-9]* rix,
@{bin}/python3.@{int} rix,
@{lib}/python3.[0-9]*/site-packages/gnome_browser_connector/__pycache__/{,**} rw,
@{lib}/python3.@{int}/site-packages/gnome_browser_connector/__pycache__/{,**} rw,
/usr/share/glib-2.0/schemas/gschemas.compiled r,

View file

@ -28,8 +28,8 @@ profile gnome-music @{exec_path} flags=(attach_disconnected) {
@{exec_path} mr,
@{bin}/ r,
@{bin}/python3.[0-9]* rix,
@{lib}/python3.[0-9]*/site-packages//gnomemusic/__pycache__/{,**} rw,
@{bin}/python3.@{int} rix,
@{lib}/python3.@{int}/site-packages//gnomemusic/__pycache__/{,**} rw,
/usr/share/grilo-plugins/grl-lua-factory/{,*} r,
/usr/share/org.gnome.Music/{,**} r,

View file

@ -18,9 +18,9 @@ profile gnome-tweaks @{exec_path} {
@{bin}/ r,
@{bin}/ps rPx,
@{bin}/python3.[0-9]* rix,
@{bin}/python3.@{int} rix,
@{lib}/python3.[0-9]*/site-packages/gtweak/{,*/,**/}__pycache__/*pyc* w,
@{lib}/python3.@{int}/site-packages/gtweak/{,*/,**/}__pycache__/*pyc* w,
/usr/share/gnome-tweaks/{,**} r,