Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bind9
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Debian DNS Team
  • bind9
  • Merge requests
  • !4

debian: fix missing local import in apparmor profile

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Eric Chiang requested to merge ericchiang-guest/bind9:apparmor-local-override into debian/master Apr 12, 2019
  • Overview 3
  • Commits 100
  • Changes 475+

Installing bind9 current breaks AppArmor because its profile references a non-existant local override:

$ sudo apt-get install -y bind9
$ sudo dpkg-reconfigure apparmor
AppArmor parser error for /etc/apparmor.d in
/etc/apparmor.d/usr.sbin.named at line 69: Could not open
'local/usr.sbin.named'

When installing bind9, create an empty file for the local abstraction if one doesn't exist.

Signed-off-by: Eric Chiang ericchiang@google.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: apparmor-local-override