mirror of
https://github.com/containers/podman.git
synced 2025-12-19 07:09:39 +08:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
#include <tunables/global>
|
|
|
|
profile apparmor-test-deny-write flags=(attach_disconnected) {
|
|
#include <abstractions/base>
|
|
|
|
file,
|
|
|
|
# Deny all file writes.
|
|
deny /** w,
|
|
}
|