summaryrefslogtreecommitdiff
path: root/pkg/apparmor/apparmor_linux_template.go
Commit message (Collapse)AuthorAge
* Update podman to use containers.confDaniel J Walsh2020-04-20
| | | | | | | | Add more default options parsing Switch to using --time as opposed to --timeout to better match Docker. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* 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