feat(abs): add some files into the base abstaction.
This commit is contained in:
parent
66efedfb01
commit
60e4a01a76
19 changed files with 7 additions and 29 deletions
|
|
@ -1,12 +1,8 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2020-2022 Mikhail Morfikov
|
||||
# Copyright (C) 2021-2022 Alexandre Pujol <alexandre@pujol.io>
|
||||
# Copyright (C) 2021-2023 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
/usr/share/locale/ r,
|
||||
|
||||
@{etc_rw}/localtime r,
|
||||
|
||||
# Allow to receive some signals
|
||||
signal (receive) peer=htop,
|
||||
signal (receive) peer=sudo,
|
||||
|
|
@ -21,4 +17,10 @@
|
|||
|
||||
ptrace (readby) peer=systemd-coredump,
|
||||
|
||||
/usr/share/locale/ r,
|
||||
|
||||
@{etc_rw}/localtime r,
|
||||
/etc/gnutls/config r,
|
||||
/etc/locale.conf r,
|
||||
|
||||
@{sys}/devices/system/cpu/possible r,
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@
|
|||
|
||||
/etc/@{name}/{,**} r,
|
||||
/etc/fstab r,
|
||||
/etc/gnutls/config r,
|
||||
/etc/igfx_user_feature{,_next}.txt w,
|
||||
/etc/libva.conf r,
|
||||
/etc/opensc.conf r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue