Add xbrlapi.
This commit is contained in:
parent
4d883c82d6
commit
731dbe9d70
2 changed files with 22 additions and 0 deletions
21
apparmor.d/profiles-m-z/xbrlapi
Normal file
21
apparmor.d/profiles-m-z/xbrlapi
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /{usr/,}bin/xbrlapi
|
||||||
|
profile xbrlapi @{exec_path} flags=(attach_disconnected) {
|
||||||
|
include <abstractions/base>
|
||||||
|
|
||||||
|
network inet stream,
|
||||||
|
network inet6 stream,
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/dev/tty[0-9]* rw,
|
||||||
|
|
||||||
|
include if exists <local/xbrlapi>
|
||||||
|
}
|
||||||
|
|
@ -241,6 +241,7 @@ w
|
||||||
who
|
who
|
||||||
wpa_cli
|
wpa_cli
|
||||||
wpa-supplicant
|
wpa-supplicant
|
||||||
|
xbrlapi attach_disconnected,complain
|
||||||
xclip complain
|
xclip complain
|
||||||
xdg-dbus-proxy complain
|
xdg-dbus-proxy complain
|
||||||
xdg-desktop-menu
|
xdg-desktop-menu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue