From e7577894248f744606310452be0a78255e20aed2 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Thu, 16 Jun 2016 14:22:12 +0200 Subject: [PATCH] Release version 1.1.7 Add internal privilege for app debugging Add core privileges Add check if privileges were properly dropped Threads security context synchronization Added parameter mode and made more generic getDirContents function Prepare setup_smack client function for running without CAP_MAC_ADMIN Fix installation user mangling Disable ASKUSER policy by default Fix policy access control for accessing another user's policy Add proper policy setup for privacy-related privileges Fix doxygen comments Change-Id: I72faf5a7c10fe28cde0e6ed22bb8fe7c82189109 --- packaging/security-manager.changes | 14 ++++++++++++++ packaging/security-manager.spec | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packaging/security-manager.changes b/packaging/security-manager.changes index a8012b4..45b29d6 100644 --- a/packaging/security-manager.changes +++ b/packaging/security-manager.changes @@ -1,3 +1,17 @@ +* Thu June 16 2016 Tomasz Swierczek +- Version 1.1.7 +- Add internal privilege for app debugging +- Add core privileges +- Add check if privileges were properly dropped +- Threads security context synchronization +- Added parameter mode and made more generic getDirContents function +- Prepare setup_smack client function for running without CAP_MAC_ADMIN +- Fix installation user mangling +- Disable ASKUSER policy by default +- Fix policy access control for accessing another user's policy +- Add proper policy setup for privacy-related privileges +- Fix doxygen comments + * Wed May 25 2016 Tomasz Swierczek - Version 1.1.6 - Fix issues with local user app instalaltion and inotify file watches. diff --git a/packaging/security-manager.spec b/packaging/security-manager.spec index 82c27f2..4b45632 100644 --- a/packaging/security-manager.spec +++ b/packaging/security-manager.spec @@ -1,6 +1,6 @@ Name: security-manager Summary: Security manager and utilities -Version: 1.1.6 +Version: 1.1.7 Release: 0 Group: Security/Service License: Apache-2.0 -- 2.7.4