feat(profile): update apt profiles.
This commit is contained in:
parent
ea45cec24d
commit
cd619d280a
5 changed files with 20 additions and 2 deletions
|
|
@ -58,7 +58,12 @@ profile dpkg-scripts @{exec_path} {
|
|||
/ r,
|
||||
/*/ r,
|
||||
@{bin}/ r,
|
||||
@{bin}/* w,
|
||||
@{lib}/ r,
|
||||
@{lib}/@{python_name}/**/__pycache__/ w,
|
||||
@{lib}/@{python_name}/**/__pycache__/**.pyc w,
|
||||
@{lib}/@{python_name}/**/__pycache__/**.pyc.@{u64} w,
|
||||
|
||||
/etc/ r,
|
||||
/etc/** rw,
|
||||
/usr/share/*/{,**} rw,
|
||||
|
|
@ -71,6 +76,8 @@ profile dpkg-scripts @{exec_path} {
|
|||
/tmp/sed@{rand6} rw,
|
||||
/tmp/tmp.@{rand10} rw,
|
||||
|
||||
@{PROC}/@{pid}/fd/ r,
|
||||
|
||||
profile bus {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/bus>
|
||||
|
|
@ -104,6 +111,10 @@ profile dpkg-scripts @{exec_path} {
|
|||
@{bin}/systemd-tty-ask-password-agent Px,
|
||||
@{pager_path} Px -> child-pager,
|
||||
|
||||
/etc/machine-id r,
|
||||
|
||||
/var/lib/systemd/catalog/database r,
|
||||
|
||||
/{run,var}/log/journal/ r,
|
||||
/{run,var}/log/journal/@{hex32}/ r,
|
||||
/{run,var}/log/journal/@{hex32}/system.journal* r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue