Skip to content
GitLab
    • Why GitLab
    • Pricing
    • Contact Sales
    • Explore
  • Why GitLab
  • Pricing
  • Contact Sales
  • Explore
  • Sign in
  • Get free trial
  • AppArmorAppArmor
  • apparmorapparmor
  • Repository
  • apparmor
  • parser
  • parser_yacc.y
Find file Blame History Permalink
  • John Johansen's avatar
    parser: add support for a generic all rule type · 197d00d2
    John Johansen authored Sep 21, 2023
    
    
    Extend the policy syntax to have a rule that allows specifying all
    permissions for all rule types.
    
      allow all,
    
    This is useful for making blacklist based policy, but can also be
    useful when combined with other rule prefixes, eg. to add audit
    to all rules.
    
      audit access all,
    
    Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
    197d00d2