feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-03-12 15:35:59 +00:00
parent 25e2d9d1f4
commit 1042728ca6
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
15 changed files with 26 additions and 14 deletions

View file

@ -26,6 +26,8 @@ profile cockpit-pcp @{exec_path} {
/var/lib/pcp/{,**} rw,
/var/log/pcp/pmlogger/ r,
@{PROC}/diskstats r,
@{PROC}/swaps r,
owner @{PROC}/@{pid}/mounts r,

View file

@ -12,6 +12,9 @@ profile docker-proxy @{exec_path} {
capability net_admin,
network inet stream,
network inet6 stream,
@{exec_path} mr,
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,