mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
parent
0eaf6d3649
commit
7526ba4b0a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ trans_modifiers = {
|
|||
|
||||
targets = ("", "target", "target2")
|
||||
# null_target uses "_" instead of "" because "" gets skipped in some for loops. Replace with "" when actually using the value.
|
||||
null_target = ("_")
|
||||
null_target = ("_",)
|
||||
|
||||
named_trans = {
|
||||
"p": targets,
|
||||
|
|
Loading…
Add table
Reference in a new issue