Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update debian changelog and don't enforce apparmor profile in postinst #117

Merged
merged 1 commit into from
Dec 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions securedrop-client/debian/changelog-buster
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
securedrop-client (0.0.11+buster) unstable; urgency=medium

* Add apparmor profile (#673)
* Add failure message for replies (#664)
* Move metadata sync to api queue (#640)
* Add print integration (#631)
* Populate source list immediately upon login (#626)

-- SecureDrop Team <[email protected]> Thu, 19 Dec 2019 12:20:20 -0500

securedrop-client (0.0.10+buster) unstable; urgency=medium

* Add Python 3.7/buster support (#568, #609)
Expand Down
2 changes: 0 additions & 2 deletions securedrop-client/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ case "$1" in
configure)

update-desktop-database /usr/share/applications
# enforce the apparmor profile for the client
aa-enforce /etc/apparmor.d/usr.bin.securedrop-client
;;

abort-upgrade|abort-remove|abort-deconfigure)
Expand Down