feat(profile): minor profile improvments.
This commit is contained in:
parent
6afcfa85ec
commit
e17b682e51
7 changed files with 11 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ profile systemd-inhibit @{exec_path} flags=(attach_disconnected) {
|
|||
capability net_admin,
|
||||
capability sys_resource,
|
||||
|
||||
signal receive set=term peer=packagekitd,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/cat rix,
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ profile systemd-network-generator @{exec_path} {
|
|||
|
||||
owner @{run}/systemd/network/{,**} rw,
|
||||
|
||||
@{run}/credentials/systemd-network-generator.service/ r,
|
||||
|
||||
include if exists <local/systemd-network-generator>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ profile dockerd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
owner @{lib}/containerd/** w,
|
||||
owner @{lib}/docker/overlay2/*/work/{,**} rw,
|
||||
owner /var/lib/containerd/** w,
|
||||
owner /var/lib/containerd/** rw,
|
||||
owner /var/lib/docker/{,**} rwk,
|
||||
owner /var/lib/docker/tmp/qemu-check@{int}/check rix,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue