mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
Add xbrlapi.
This commit is contained in:
parent
4d883c82d6
commit
731dbe9d70
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 New Issue
Block a user