bec3c3e2aa
Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
10 lines
174 B
Text
10 lines
174 B
Text
#include <tunables/global>
|
|
|
|
profile apparmor-test-deny-write flags=(attach_disconnected) {
|
|
#include <abstractions/base>
|
|
|
|
file,
|
|
|
|
# Deny all file writes.
|
|
deny /** w,
|
|
}
|