feat(profile): include more rule from #94.
This commit is contained in:
parent
7c4c48f4c3
commit
2431ba98aa
27 changed files with 119 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2018-2021 Mikhail Morfikov
|
||||
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
|
@ -21,6 +22,8 @@ profile keepassxc-proxy @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{run}/user/@{pid}/org.keepassxc.KeePassXC.BrowserServer rw,
|
||||
|
||||
# file_inherit
|
||||
deny owner @{run}/user/@{uid}/.[a-zA-Z]*/{,s} rw,
|
||||
deny owner @{run}/user/@{uid}/kpxc_server rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue