-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various updates #204
Various updates #204
Conversation
Those rules are already present in the vulkan abs.
The mediate_deleted flag necessary because of "Failed name lookup - deleted entry"
@@ -7,14 +7,15 @@ abi <abi/3.0>, | |||
include <tunables/global> | |||
|
|||
@{exec_path} = @{bin}/systemd-hwdb | |||
profile systemd-hwdb @{exec_path} flags=(attach_disconnected) { | |||
profile systemd-hwdb @{exec_path} flags=(attach_disconnected,mediate_deleted) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add the flag main.flags
(otherwise it will not be applied)
@@ -1,6 +1,4 @@ | |||
# apparmor.d - Full set of apparmor profiles | |||
# SPDX-License-Identifier: GPL-2.0-only | |||
|
|||
/etc/glvnd/egl_vendor.d/{,*.json} r, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not remove this yet. It has already been upstreamed yes. But some distribution (Debian) may not have been updated yet.
apparmor.d/groups/kde/kwin_wayland
Outdated
@@ -68,6 +69,7 @@ profile kwin_wayland @{exec_path} flags=(attach_disconnected mediate_deleted) { | |||
owner /var/lib/sddm/.config/kwinrc{,.@{rand6}} rwl -> /var/lib/sddm/.config/#@{int}, | |||
|
|||
owner @{user_cache_dirs}/{,plasma-svgelements} r, | |||
owner @{user_cache_dirs}/fontconfig/* rw, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already present in abstraction/fontconfig-cache-write
Adding mediate_deleted to systemd-hwdb
Thanks. Merge! |
No description provided.