feat(abs): general update.
This commit is contained in:
parent
a1fe682e7a
commit
ff16790421
6 changed files with 21 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# LOGPROF-SUGGEST: no
|
||||
|
||||
# Common rules for applications sandboxed using bwrap.
|
||||
|
||||
|
|
@ -40,8 +41,9 @@
|
|||
@{bin}/ r,
|
||||
@{lib}/ r,
|
||||
/usr/local/bin/ r,
|
||||
owner /@{uuid}/ w,
|
||||
owner /_@{int}_/ w,
|
||||
owner /@{uuid}/ w,
|
||||
owner /var/cache/ldconfig/{,**} rw,
|
||||
|
||||
# Full access to user's data
|
||||
/ r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue