summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-01Release 1.3.1submit/tizen/20180301.132352accepted/tizen/unified/20180302.155607Tomasz Swierczek3-2/+15
2018-02-28Allow application to fetch its own manifestZofia Grzelewska1-6/+10
2018-02-26Add full get_app_manifest_policy API implementationTomasz Swierczek4-41/+86
2018-02-22Add serviceImpl of getAppManifestPolicy functionTomasz Swierczek2-0/+52
2018-02-22API prototypes for checking app manifest policyTomasz Swierczek2-0/+52
2018-02-19Database Performance TestErnest Borowski5-1/+432
2018-01-29license-manager-agent: fix memory leakRafal Krypa1-0/+1
2018-01-17Release 1.3.0submit/tizen/20180117.202200accepted/tizen/unified/20180119.133741Rafal Krypa3-2/+24
2018-01-17Optimize tracking of application mount namespaceRafal Krypa4-27/+22
2018-01-17Restore mediastorage/externalstorage privilege to group mappingDariusz Michaluk1-0/+2
2018-01-17Refactor security_manager_prepare_app()Dariusz Michaluk4-44/+61
2018-01-17Refactor security_manager_create_namespace_internal()Dariusz Michaluk6-76/+97
2018-01-17Major Fix : Fix API for freeing policy entriesZofia Grzelewska3-6/+6
2018-01-17Add explicit dependency on libnss-security-managerRafal Krypa1-3/+3
2018-01-17Change license-manager package name.jin-gyu.kim1-6/+7
2018-01-04Add security_manager_cleanup_app() APIDariusz Michaluk9-3/+91
2018-01-03Refactoring: make NSMountLogic class responsible for Channel and MntMonitorRafal Krypa4-44/+81
2018-01-03Monitor mount/umount events on the system and update app mount namespacesRafal Krypa8-1/+327
2018-01-03Add core privilege: devicecertificateYunjin Lee5-0/+5
2017-12-22client: do not add application process to hardcoded groupsRafal Krypa2-28/+0
2017-12-22During application start, privileged directory enforced by bind mount may be ...Rafal Krypa1-0/+6
2017-12-21Identify apps by Smack label instead of appName in NSMountLogicRafal Krypa6-25/+18
2017-12-21Fix NSMountLogic in case when user has no running applicationsRafal Krypa1-4/+4
2017-12-20Fix MountNS::isPathBound()Rafal Krypa1-3/+19
2017-12-07Release 1.2.30submit/tizen/20171207.025457accepted/tizen/unified/20171207.124721jin-gyu.kim3-2/+17
2017-11-30Don't enable mount namespace code when the config file is missing or emptyRafal Krypa1-1/+20
2017-11-28Allow privilege enforcement with bind mounts to be configuredRafal Krypa10-41/+99
2017-11-28Add ConfigFile class for run-time reading and parsing of config filesRafal Krypa12-65/+140
2017-11-21Add hybrid flag setting to security-manager-cmdakoszewski1-1/+4
2017-11-21security-manager-cmd: add new option "manage-privilege" for policy manipulationDariusz Michaluk1-0/+77
2017-11-21Fix the potential memory leak.jin-gyu.kim1-1/+10
2017-11-21Fix the bug for clearing SharedRO Smack rulesjin-gyu.kim1-0/+2
2017-11-20Fix bugs found in the code by static analysisBartlomiej Grzelewski3-5/+4
2017-11-17Release 1.2.29submit/tizen/20171117.090517accepted/tizen/unified/20171120.065108Tomasz Swierczek3-4/+13
2017-11-17Adding privilege group priv_tee_client.r.tyminski1-0/+1
2017-11-09Include empty rules.merged file in the packageRafal Krypa1-0/+3
2017-11-03Release 1.2.28submit/tizen/20171114.102837submit/tizen/20171103.080247accepted/tizen/unified/20171106.073107jin-gyu.kim3-2/+15
2017-10-26Add support for external storage directoriesZofia Abramowska3-39/+74
2017-10-25When preparation of database connection fails, indicate this with a file flegRafal Krypa1-1/+8
2017-10-24Fix security-manager package installation/updateDariusz Michaluk1-2/+6
2017-10-24Remove duplicated -fPIC flagDariusz Michaluk3-3/+3
2017-10-24Fix database scriptBartlomiej Grzelewski1-2/+2
2017-10-24Add test to check TizenVersion update in database.Bartlomiej Grzelewski1-0/+9
2017-10-18Release 1.2.27submit/tizen_4.0/20171018.111837accepted/tizen/4.0/unified/20171019.082002jin-gyu.kim3-2/+18
2017-10-18Fix: Check if file exist before umount is madeDariusz Michaluk3-5/+22
2017-10-13Gotta catch 'em all (TizenPlatformConfig::Exception)Krzysztof Jackiewicz12-37/+183
2017-10-13Modify app launched in mount namespaceDariusz Michaluk11-16/+472
2017-10-09Prepare app to launch in mount namespaceDariusz Michaluk8-6/+174
2017-10-09Add IPC channel implementationDariusz Michaluk3-0/+265
2017-10-09Add mount namespace operations wrapperDariusz Michaluk5-1/+225