Skip to content

Commit

Permalink
interfaces/default: allow owner read on @{PROC}/@{pid}/fdinfo/* (#15007)
Browse files Browse the repository at this point in the history
This is used by newer Mesa for GPU accounting.
  • Loading branch information
Saviq authored Feb 4, 2025
1 parent 4fd3221 commit 365a0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/apparmor/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ var templateCommon = `
owner @{PROC}/@{pid}/cgroup rk,
@{PROC}/@{pid}/cpuset r,
@{PROC}/@{pid}/io r,
owner @{PROC}/@{pid}/fdinfo/* r,
owner @{PROC}/@{pid}/limits r,
owner @{PROC}/@{pid}/loginuid r,
owner @{PROC}/@{pid}/sessionid r,
Expand Down

0 comments on commit 365a0c0

Please sign in to comment.