feat(profiles): add initial version of iwctl.
This commit is contained in:
parent
82ebbd33a4
commit
18a8b42cbf
2 changed files with 23 additions and 0 deletions
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
|
im-launch complain
|
||||||
install-info complain
|
install-info complain
|
||||||
irqbalance complain
|
irqbalance complain
|
||||||
|
iwctl complain
|
||||||
iwd complain
|
iwd complain
|
||||||
kernel-install complain
|
kernel-install complain
|
||||||
kmod attach_disconnected,complain
|
kmod attach_disconnected,complain
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue