File: ok_regex_03.sd

package info (click to toggle)
apparmor 2.13.6-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,604 kB
  • sloc: python: 18,892; ansic: 17,618; perl: 11,105; sh: 10,465; cpp: 5,413; yacc: 1,950; makefile: 1,729; lex: 1,105; pascal: 1,097; ruby: 374; exp: 250; java: 212; xml: 159
file content (8 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#
#=DESCRIPTION unix rule with regex expansion that needs escaping
#=EXRESULT PASS
#

profile foo {
  unix addr=@splat\",
}