mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
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
|
||||
wpa_cli
|
||||
wpa-supplicant
|
||||
xbrlapi attach_disconnected,complain
|
||||
xclip complain
|
||||
xdg-dbus-proxy complain
|
||||
xdg-desktop-menu
|
||||
|
|
Loading…
Reference in a new issue