mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
Add usbguard-notifier.
This commit is contained in:
parent
731dbe9d70
commit
604a95119d
2 changed files with 23 additions and 0 deletions
22
apparmor.d/profiles-m-z/usbguard-notifier
Normal file
22
apparmor.d/profiles-m-z/usbguard-notifier
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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/,}{s,}bin/usbguard-notifier
|
||||
profile usbguard-notifier @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/dev/shm/qb-usbguard-{request,response,event}-[0-9]*-[0-9]*-[0-9]*-{header,data} rw,
|
||||
/dev/shm/qb-[0-9]*-[0-9]*-[0-9]*-*/qb-{request,response,event}-usbguard-{header,data} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/loginuid r,
|
||||
|
||||
include if exists <local/usbguard-notifier>
|
||||
}
|
|
@ -231,6 +231,7 @@ usb-devices
|
|||
usbguard
|
||||
usbguard-daemon
|
||||
usbguard-dbus
|
||||
usbguard-notifier
|
||||
useradd
|
||||
userdel
|
||||
usermod
|
||||
|
|
Loading…
Reference in a new issue