Skip to content

Commit

Permalink
Merge pull request #2228 from terencehonles/fix-sigwinch
Browse files Browse the repository at this point in the history
update apparmor profile to allow podman to send any signal
  • Loading branch information
openshift-merge-bot[bot] authored Feb 13, 2025
2 parents 13efd78 + 79321a4 commit a993071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apparmor/apparmor_linux_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ profile {{.Name}} flags=(attach_disconnected,mediate_deleted) {
# Allow certain signals from OCI runtimes (podman, runc and crun)
signal (receive) peer={/usr/bin/,/usr/sbin/,}runc,
signal (receive) peer={/usr/bin/,/usr/sbin/,}crun*,
signal (receive) set=(int, quit, kill, term) peer={/usr/bin/,/usr/sbin/,}podman,
signal (receive) peer={/usr/bin/,/usr/sbin/,}podman,
{{end}}
deny @{PROC}/* w, # deny write for all files directly in /proc (not in a subdir)
Expand Down

0 comments on commit a993071

Please sign in to comment.