feat(profile): gnome-shell: allow some basic tools needed by some extensions.
fix #705
This commit is contained in:
parent
5ae1cc854d
commit
b88cf164ec
1 changed files with 14 additions and 2 deletions
|
|
@ -170,6 +170,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
@{bin}/gjs-console rPx,
|
||||
@{bin}/glib-compile-schemas rPx,
|
||||
@{bin}/ibus-daemon rPx,
|
||||
@{bin}/sensors rPx,
|
||||
@{bin}/tecla rPx,
|
||||
@{bin}/Xwayland rPx,
|
||||
@{lib}/{,NetworkManager/}nm-openvpn-auth-dialog rPx,
|
||||
|
|
@ -386,8 +387,10 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
|
||||
@{sh_path} mr,
|
||||
|
||||
@{bin}/pmap rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/grep rix,
|
||||
@{bin}/kmod rPx -> gnome-shell//lsmod,
|
||||
@{bin}/pmap rix,
|
||||
|
||||
@{sys}/devices/system/node/ r,
|
||||
|
||||
|
|
@ -400,6 +403,15 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
include if exists <local/gnome-shell_shell>
|
||||
}
|
||||
|
||||
profile lsmod flags=(attach_disconnected,mediate_deleted) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/kmod>
|
||||
|
||||
@{sys}/module/{,**} r,
|
||||
|
||||
include if exists <local/gnome-shell_lsmod>
|
||||
}
|
||||
|
||||
profile pkexec {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/pkexec>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue