mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
7 lines
104 B
Text
7 lines
104 B
Text
#=DESCRIPTION recursive assignment of set
|
|
#=EXRESULT FAIL
|
|
|
|
@{FOO}=@{FOO}
|
|
/bin/foo {
|
|
/home/@{FOO} r,
|
|
}
|