feat(profile): general update.
This commit is contained in:
parent
c13aa711da
commit
ec7715aaf3
16 changed files with 44 additions and 36 deletions
|
|
@ -35,9 +35,18 @@ profile cockpit-bridge @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/journalctl rPx,
|
||||
@{lib}/cockpit/cockpit-pcp rPx,
|
||||
@{lib}/cockpit/cockpit-ssh rPx,
|
||||
@{bin}/cat ix,
|
||||
@{bin}/date ix,
|
||||
@{bin}/findmnt Px,
|
||||
@{bin}/journalctl Px,
|
||||
@{bin}/python3.@{int} ix,
|
||||
@{bin}/ssh-agent Px,
|
||||
@{bin}/sudo Px, # TODO: rCx -> privilieged ? or rix?
|
||||
@{lib}/cockpit/cockpit-pcp Px,
|
||||
@{lib}/cockpit/cockpit-ssh Px,
|
||||
|
||||
# The shell is not confined on purpose.
|
||||
@{bin}/@{shells} Ux,
|
||||
|
||||
/usr/share/cockpit/{,**} r,
|
||||
/usr/{,local/}share/ r,
|
||||
|
|
@ -64,6 +73,7 @@ profile cockpit-bridge @{exec_path} {
|
|||
@{sys}/fs/cgroup/**/ r,
|
||||
@{sys}/fs/cgroup/**/cpu.{stat,weight} r,
|
||||
@{sys}/fs/cgroup/**/memory* r,
|
||||
@{sys}/kernel/kexec_crash_size r,
|
||||
|
||||
@{PROC}/ r,
|
||||
@{PROC}/@{pids}/cgroup r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue