2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00
apparmor/parser/tst/caching.profile
2009-11-11 11:07:50 -08:00

11 lines
164 B
Plaintext

# Simple example profile for caching tests
/bin/pingy {
capability net_raw,
capability setuid,
network inet raw,
/bin/ping mixr,
/etc/modules.conf r,
}