apparmor/parser/tst/simple_tests/ptrace/ok_13.sd

14 lines
221 B
Text
Raw Normal View History

#
#=Description basic ptrace all perms rule
#=EXRESULT PASS
#
/usr/bin/foo {
ptrace (read readby trace write tracedby r w rw) ,
ptrace (w read, r rw, write) ,
ptrace r,
ptrace rw,
ptrace w,
ptrace write,
}