← Back to team overview

touch-packages team mailing list archive

[Bug 1384812] [NEW] should be able to specify multiple paths with aa-clickhook --include

 

Public bug reported:

Currently aa-clickhook only allows specifying one rules file at a time.
autopkgtests need one set of rules and autopilot tests need another, so
it would be useful for aa-clickhook to allow for this.

Workaround: in your test harness do something like:
cat > /tmp/... <<EOF
your
rules
here...
EOF

cat <other rules file> >> /tmp/...

aa-clickhook -f --include=/tmp/...

** Affects: click-apparmor (Ubuntu)
     Importance: Medium
         Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click-apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1384812

Title:
  should be able to specify multiple paths with aa-clickhook --include

Status in “click-apparmor” package in Ubuntu:
  Triaged

Bug description:
  Currently aa-clickhook only allows specifying one rules file at a
  time. autopkgtests need one set of rules and autopilot tests need
  another, so it would be useful for aa-clickhook to allow for this.

  Workaround: in your test harness do something like:
  cat > /tmp/... <<EOF
  your
  rules
  here...
  EOF

  cat <other rules file> >> /tmp/...

  aa-clickhook -f --include=/tmp/...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1384812/+subscriptions


Follow ups

References