mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Xorg: Bump ABI to 4.0, and document access needed on non-KMS systems
This commit is contained in:
parent
d13f4b4417
commit
ebc24ffbe2
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# https://bugs.launchpad.net/bugs/1292324
|
||||
# https://github.com/canonical/lightdm/issues/18
|
||||
|
||||
abi <abi/3.0>,
|
||||
abi <abi/4.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
|
@ -113,6 +113,11 @@ profile Xorg /usr/lib/xorg/Xorg flags=(attach_disconnected, complain) {
|
|||
owner /var/lib/gdm*/.local/share/xorg/Xorg.pid-[1-9]*.log rw,
|
||||
owner /var/lib/gdm*/.local/share/xorg/Xorg.[0-9]*.log{,.old} rw,
|
||||
|
||||
# When running without a kernel mode-setting (KMS) driver, Xorg may need
|
||||
# these additional permissions. DO NOT enable these unless necessary!
|
||||
#nokms#/dev/mem rw,
|
||||
#nokms#@{sys}/devices/pci[0-9]*/*/*/resource[0-9] w,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
include if exists <local/Xorg>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue