aboutsummaryrefslogtreecommitdiff
path: root/pkg/apparmor/apparmor_linux_template.go
Commit message (Collapse)AuthorAge
* apparmor: allow receiving of signals from 'podman kill'Sascha Grunert2020-01-24
| | | | | | | | In newer kernels, AppArmor will reject attempts to send signals to a container because the signal originated from outside of that AppArmor profile. Correct this by allowing all unconfined signals to be received. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* pkg/apparmor: move data under Linux/apparmor buildtagsValentin Rothberg2018-08-14
Move all Linux-related data under the corresponding buildtags to reduce the memory footprint and speed up compilation for non-apparmor builds. Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1262 Approved by: mheon