This commit is contained in:
nobodysu 2022-09-05 04:22:45 +03:00 committed by Alex
parent cd646ea899
commit 7720802dac
5 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ include <tunables/global>
@{exec_path} += /{usr/,}bin/Xorg
@{exec_path} += /{usr/,}lib/Xorg{,.wrap}
@{exec_path} += /{usr/,}lib/xorg/Xorg{,.wrap}
profile xorg @{exec_path} flags=(attach_disconnected complain) {
profile xorg @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/dbus-strict>
include <abstractions/fontconfig-cache-read>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{libexec}/gdm-runtime-config
profile gdm-runtime-config @{exec_path} flags=(complain) {
profile gdm-runtime-config @{exec_path} {
include <abstractions/base>
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{libexec}/gdm-x-session
profile gdm-x-session @{exec_path} flags=(attach_disconnected complain) {
profile gdm-x-session @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/dbus-session-strict>
include <abstractions/dbus-strict>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /etc/gdm{3,}/Xsession
profile gdm-xsession @{exec_path} flags=(complain) {
profile gdm-xsession @{exec_path} {
include <abstractions/base>
include <abstractions/bash>
include <abstractions/consoles>
@ -37,7 +37,7 @@ profile gdm-xsession @{exec_path} flags=(complain) {
# file_inherit
/dev/tty[0-9]* rw,
profile dbus flags=(complain) {
profile dbus {
include <abstractions/base>
/{usr/,}bin/dbus-update-activation-environment mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{libexec}/gsd-media-keys
profile gsd-media-keys @{exec_path} flags=(attach_disconnected complain) {
profile gsd-media-keys @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio>
include <abstractions/dbus-session-strict>