Skip to content

Commit

Permalink
Merge pull request from GHSA-jq35-85cj-fj4p
Browse files Browse the repository at this point in the history
[23.0 backport] deny /sys/devices/virtual/powercap
  • Loading branch information
thaJeztah committed Oct 25, 2023
2 parents 0360dbe + dda228b commit 48ebe35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oci/defaults.go
Expand Up @@ -98,6 +98,7 @@ func DefaultLinuxSpec() specs.Spec {
"/proc/sched_debug",
"/proc/scsi",
"/sys/firmware",
"/sys/devices/virtual/powercap",
},
ReadonlyPaths: []string{
"/proc/bus",
Expand Down
1 change: 1 addition & 0 deletions profiles/apparmor/template.go
Expand Up @@ -49,6 +49,7 @@ profile {{.Name}} flags=(attach_disconnected,mediate_deleted) {
deny /sys/fs/c[^g]*/** wklx,
deny /sys/fs/cg[^r]*/** wklx,
deny /sys/firmware/** rwklx,
deny /sys/devices/virtual/powercap/** rwklx,
deny /sys/kernel/security/** rwklx,
{{if ge .Version 208095}}
Expand Down

0 comments on commit 48ebe35

Please sign in to comment.