summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-29Switch security-manager to dual license (Apache 2.0 or MIT)Dariusz Michaluk146-1470/+2265
2020-07-29Remove unneeded dependencies from nss pluginDariusz Michaluk1-17/+16
2020-07-29Optimize nss plugin memory usageDariusz Michaluk13-186/+288
2018-01-17Merge branch 'tizen' into tizen_4.0submit/tizen_4.0/20180117.122023accepted/tizen/4.0/unified/20180118.142655Rafal Krypa22-195/+667
2018-01-17Optimize tracking of application mount namespaceRafal Krypa4-27/+22
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-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 Krypa7-1/+326
2017-12-22client: do not add application process to hardcoded groupsRafal Krypa1-26/+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-07Merge remote-tracking branch 'origin/tizen' into tizen_4.0submit/tizen_4.0/20171207.025448accepted/tizen/4.0/unified/20171208.061637jin-gyu.kim14-89/+319
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 Krypa8-41/+81
2017-11-28Add ConfigFile class for run-time reading and parsing of config filesRafal Krypa8-46/+126
2017-11-23Fix bugs found in the code by static analysisBartlomiej Grzelewski1-2/+1
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 Grzelewski1-2/+1
2017-11-14When preparation of database connection fails, indicate this with a file flegRafal Krypa1-1/+8
2017-11-14Remove duplicated -fPIC flagDariusz Michaluk3-3/+3
2017-11-10Modify value of extendedsdsubmit/tizen_4.0/20171109.014316accepted/tizen/4.0/unified/20171113.161427Junghyun Yeon1-2/+2
2017-10-26Add support for external storage directoriestizen_4.0.m2_releasesubmit/tizen_4.0/20171026.042816accepted/tizen/4.0/unified/20171026.153024Zofia Abramowska3-39/+74
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-24Remove duplicated -fPIC flagDariusz Michaluk3-3/+3
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 Michaluk4-1/+223
2017-10-09Add new functions to filesystem operations wrapperDariusz Michaluk4-20/+114
2017-10-06Add new API for installing pkg_id with multiple app_ids at onceRafal Krypa2-0/+25
2017-10-04Prepare app_inst_req for handling multiple app_ids at onceRafal Krypa8-228/+303
2017-09-28Fix coding style in security-manager-cmd.cppRafal Krypa1-4/+3
2017-09-20Remove redundant file info from SM dlog logsPawel Kowalski1-8/+7
2017-09-15Redo C-style var args methodsZofia Abramowska2-49/+12
2017-09-15User dynamic cast for base-to-derived conversionZofia Abramowska1-1/+3
2017-08-07Enforce PIE through main CMakeListsIgor Kotrasinski2-6/+3
2017-08-04Change coding style in socket-manager.cppBartlomiej Grzelewski1-14/+14
2017-08-04Fix bugs reported by C++Test and SVACEBartlomiej Grzelewski7-6/+14
2017-08-03Fix buffer overflow in exception.hBartlomiej Grzelewski1-1/+1