Comment 5 for bug 1728551

Revision history for this message
Christian Boltz (cboltz) wrote :

I'm afraid you have to coordinate the change better - declaring a variable twice causes a parser error:

# echo '@{foo} = x
@{foo} = y' | apparmor_parser -pq

@{foo} = x

@{foo} = y

'foo' is already defined
AppArmor parser error, in stdin line 3: variable @{foo} was previously declared