fix(profile): small improvment raised by the tests.

This commit is contained in:
Alexandre Pujol 2025-05-01 18:48:31 +02:00
parent 3a568ba307
commit 45d7cf48c4
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 17 additions and 6 deletions

View file

@ -22,7 +22,7 @@ profile unhide-tcp @{exec_path} {
@{bin}/fuser rix,
@{bin}/netstat rix,
@{bin}/sed rix,
@{bin}/ss rix,
@{sbin}/ss rix,
@{PROC}/@{pids}/net/tcp{,6} r,
@{PROC}/@{pids}/net/udp{,6} r,

View file

@ -17,7 +17,9 @@ profile which @{exec_path} flags=(attach_disconnected) {
@{sh_path} rix,
@{bin}/ r,
@{sbin}/ r,
@{bin}/**/ r,
@{sbin}/**/ r,
@{lib}/ r,
@{lib}/**/ r,
/opt/**/bin/ r,