mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Profile abstractions: add wayland/weston abstraction
Merged from intrigeri@boum.org, thanks! Bug: https://bugs.debian.org/827335
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
#include <abstractions/freedesktop.org>
|
#include <abstractions/freedesktop.org>
|
||||||
#include <abstractions/xdg-desktop>
|
#include <abstractions/xdg-desktop>
|
||||||
#include <abstractions/user-tmp>
|
#include <abstractions/user-tmp>
|
||||||
|
#include <abstractions/wayland>
|
||||||
|
|
||||||
# systemwide gtk defaults
|
# systemwide gtk defaults
|
||||||
/etc/gnome/gtkrc* r,
|
/etc/gnome/gtkrc* r,
|
||||||
|
12
profiles/apparmor.d/abstractions/wayland
Normal file
12
profiles/apparmor.d/abstractions/wayland
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# vim:syntax=apparmor
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Copyright (C) 2016 intrigeri <intrigeri@boum.org>
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of version 2 of the GNU General Public
|
||||||
|
# License published by the Free Software Foundation.
|
||||||
|
#
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
|
||||||
|
owner /{,var/}run/user/*/weston-shared-* rw,
|
Reference in New Issue
Block a user