feat(profiles): add initial version of iwctl.

This commit is contained in:
Alexandre Pujol 2022-11-05 17:13:39 +00:00
parent 82ebbd33a4
commit 18a8b42cbf
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 23 additions and 0 deletions

View 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>
}

View File

@ -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