feat(abs): ensure attached/consoles is not used manually.

This commit is contained in:
Alexandre Pujol 2025-04-05 15:00:08 +02:00
parent c2b9f21d85
commit 5fb5d03512
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
46 changed files with 46 additions and 46 deletions

View file

@ -9,7 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/spice-vdagent
profile spice-vdagent @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
include <abstractions/audio-client>
include <abstractions/audio-server>
include <abstractions/bus-accessibility>

View file

@ -9,7 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/v2ray
profile v2ray @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
network inet dgram,
network inet stream,

View file

@ -14,7 +14,7 @@ include <tunables/global>
@{exec_path} = @{lib_dirs}/wechat
profile wechat @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
include <abstractions/audio-client>
include <abstractions/common/electron>
include <abstractions/fontconfig-cache-read>

View file

@ -14,7 +14,7 @@ include <tunables/global>
@{exec_path} = @{bin}/wechat @{lib_dirs}/wechat-appimage.Appimage /tmp/.mount_wechat??????/user/bin/wechat
profile wechat-appimage @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
include <abstractions/audio-client>
include <abstractions/common/electron>
include <abstractions/fontconfig-cache-read>

View file

@ -14,7 +14,7 @@ include <tunables/global>
@{exec_path} = @{bin}/wechat-universal @{lib_dirs}/wechat
profile wechat-universal @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
include <abstractions/audio-client>
include <abstractions/common/electron>
include <abstractions/common/bwrap>

View file

@ -11,7 +11,7 @@ include <tunables/global>
@{exec_path} += /opt/wemeet/bin/QtWebEngineProcess
profile wemeet @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
include <abstractions/audio-client>
include <abstractions/common/bwrap>
include <abstractions/common/chromium>

View file

@ -9,7 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/xbrlapi
profile xbrlapi @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
network inet stream,
network inet6 stream,

View file

@ -9,7 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/xray
profile xray @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>
include <abstractions/consoles>
network inet dgram,
network inet stream,