Skip to content

Conversation

@gremsam
Copy link
Contributor

@gremsam gremsam commented Oct 6, 2025

Background
Latest version of apparmor gives the following error:

AppArmor parser error for /etc/apparmor.d/gremlin in profile /etc/apparmor.d/gremlin at line 63: syntax error, unexpected TOK_DENY, expecting TOK_ID or TOK_END_OF_RULE

This is because the previous line doesn't have a , (TOK_END_OF_RULE)

Previous versions of AppArmor accepted this, but later versions do not

**Background**
Latest version of apparmor gives the following error:

> AppArmor parser error for /etc/apparmor.d/gremlin in profile /etc/apparmor.d/gremlin at line 63: syntax error, unexpected TOK_DENY, expecting TOK_ID or TOK_END_OF_RULE

This is because the previous line doesn't have a `,` (TOK_END_OF_RULE)

Previous versions of AppArmor accepted this, but later versions do not
@gremsam gremsam requested review from a team as code owners October 6, 2025 16:40
@gremsam gremsam merged commit 30033e3 into gremlin:master Oct 6, 2025
1 check passed
Copy link

@fred-gremlin fred-gremlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants