Ubuntu 22.04, third batch (#65)

* initial

* ready

* cleanup

* cleanup2

* Update dbus-gtk
This commit is contained in:
nobodysu 2022-09-06 17:00:18 +00:00 committed by GitHub
parent 672d0a758b
commit 1649b427f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 272 additions and 104 deletions

View file

@ -8,6 +8,7 @@ include <tunables/global>
@{exec_path} = /usr/share/command-not-found/command-not-found
@{exec_path} += /{usr/,}bin/command-not-found
@{exec_path} += /{usr/,}lib/command-not-found
profile command-not-found @{exec_path} {
include <abstractions/base>
include <abstractions/python>
@ -23,5 +24,8 @@ profile command-not-found @{exec_path} {
/usr/share/command-not-found/{,**} r,
# Silencer
deny /usr/lib/ r,
include if exists <local/command-not-found>
}