Remove some complain mode.

This commit is contained in:
Alexandre Pujol 2021-04-02 18:10:21 +01:00
parent 6069cf32a7
commit 5941b784cc
Failed to generate hash of commit
17 changed files with 17 additions and 17 deletions

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-a11y-settings
profile gsd-a11y-settings @{exec_path} flags=(attach_disconnected complain) {
profile gsd-a11y-settings @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-color
profile gsd-color @{exec_path} flags=(attach_disconnected complain) {
profile gsd-color @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/fonts>
include <abstractions/gtk>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-datetime
profile gsd-datetime @{exec_path} flags=(attach_disconnected complain) {
profile gsd-datetime @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-housekeeping
profile gsd-housekeeping @{exec_path} flags=(attach_disconnected complain) {
profile gsd-housekeeping @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/thumbnails-cache-read>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-keyboard
profile gsd-keyboard @{exec_path} flags=(attach_disconnected complain) {
profile gsd-keyboard @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/fonts>
include <abstractions/gtk>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/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/nameservice-strict>
include <abstractions/fonts>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-power
profile gsd-power @{exec_path} flags=(attach_disconnected complain) {
profile gsd-power @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/fonts>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-print-notifications
profile gsd-print-notifications @{exec_path} flags=(attach_disconnected complain) {
profile gsd-print-notifications @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/nameservice-strict>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-printer
profile gsd-printer @{exec_path} flags=(attach_disconnected complain) {
profile gsd-printer @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
signal (receive) set=(hup) peer=gsd-print-notifications,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-rfkill
profile gsd-rfkill @{exec_path} flags=(attach_disconnected complain) {
profile gsd-rfkill @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
network netlink raw,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-screensaver-proxy
profile gsd-screensaver-proxy @{exec_path} flags=(attach_disconnected complain) {
profile gsd-screensaver-proxy @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-sharing
profile gsd-sharing @{exec_path} flags=(attach_disconnected complain) {
profile gsd-sharing @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-smartcard
profile gsd-smartcard @{exec_path} flags=(attach_disconnected complain) {
profile gsd-smartcard @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-sound
profile gsd-sound @{exec_path} flags=(attach_disconnected complain) {
profile gsd-sound @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-wacom
profile gsd-wacom @{exec_path} flags=(attach_disconnected complain) {
profile gsd-wacom @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/fonts>
include <abstractions/gtk>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-xsettings
profile gsd-xsettings @{exec_path} flags=(complain) {
profile gsd-xsettings @{exec_path} {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/fonts>

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/NetworkManager
profile NetworkManager @{exec_path} flags=(attach_disconnected complain) {
profile NetworkManager @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/ssl_certs>