mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
feat(profiles): add initial version of iwctl.
This commit is contained in:
parent
82ebbd33a4
commit
18a8b42cbf
22
apparmor.d/groups/network/iwctl
Normal file
22
apparmor.d/groups/network/iwctl
Normal file
@ -0,0 +1,22 @@
|
||||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/iwctl
|
||||
profile iwctl @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/terminfo/x/xterm-256color r,
|
||||
|
||||
/etc/inputrc r,
|
||||
|
||||
owner @{user_share_dirs}/iwctl/{,**} rw,
|
||||
|
||||
include if exists <local/iwctl>
|
||||
}
|
@ -118,6 +118,7 @@ ibus-memconf complain
|
||||
im-launch complain
|
||||
install-info complain
|
||||
irqbalance complain
|
||||
iwctl complain
|
||||
iwd complain
|
||||
kernel-install complain
|
||||
kmod attach_disconnected,complain
|
||||
|
Loading…
Reference in New Issue
Block a user