mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
8 lines
104 B
Text
8 lines
104 B
Text
![]() |
#=DESCRIPTION recursive assignment of set
|
||
|
#=EXRESULT FAIL
|
||
|
|
||
|
@{FOO}=@{FOO}
|
||
|
/bin/foo {
|
||
|
/home/@{FOO} r,
|
||
|
}
|