Skip to content

Commit

Permalink
apparmor apt-news: updates for xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
panlinux committed Dec 31, 2023
1 parent 6469819 commit dd24fd8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions debian/apparmor/ubuntu_pro_apt_news.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,16 @@ profile ubuntu_pro_apt_news flags=(attach_disconnected) {
/usr/bin/@{multiarch}-ld.bfd rix,
/usr/lib/gcc/@{multiarch}/*/collect2 rix,
/usr/bin/@{multiarch}-objdump rix,

# for some reason, these are not needed in later ubuntu releases
capability chown,
capability fowner,
capability dac_override,

/etc/apt/auth.conf.d/90ubuntu-advantage rw,
/var/lib/apt/lists/partial/ rw,
/var/lib/apt/lists/partial/* rw,
/var/cache/apt/archives/partial/ rw,
/var/cache/apt/archives/partial/* rw,
{% endif %}
}

0 comments on commit dd24fd8

Please sign in to comment.