/proc/sys/kernel/random/boot_id is part of nameservice-strict.

This commit is contained in:
Alexandre Pujol 2022-03-02 18:19:25 +00:00
parent 28ee94c4a5
commit 683da55bb9
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
19 changed files with 0 additions and 22 deletions

View file

@ -50,7 +50,6 @@ profile cockpit-bridge @{exec_path} {
@{PROC}/1/cgroup r,
@{PROC}/cmdline r,
@{PROC}/diskstats r,
@{PROC}/sys/kernel/random/boot_id r,
@{PROC}/uptime r,
/dev/ptmx rw,

View file

@ -43,7 +43,6 @@ profile cockpit-session @{exec_path} flags=(attach_disconnected) {
owner @{PROC}/@{pid}/loginuid rw,
owner @{PROC}/@{pid}/uid_map r,
@{PROC}/@{pids}/fd/ r,
@{PROC}/sys/kernel/random/boot_id r,
include if exists <local/cockpit-session>
}