summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Unify internal naming convention: permission => privilegeRafal Krypa3-85/+85
2014-07-01In PrivilegeDb use function instead of macro for common exception handlingRafal Krypa1-32/+34
2014-07-01Change return type from bool to void for some methods of PrivilegeDbRafal Krypa2-37/+15
2014-07-01Adjust code formatting in privilege_db.cppRafal Krypa1-15/+21
2014-07-01spec: add missing calls do ldconfig on %post and %postunRafal Krypa1-0/+2
2014-07-01Fix buld break on x86_64, regression in 3e62e851Rafal Krypa2-1/+2
2014-07-01Generate database during build, include it in the packageRafal Krypa4-0/+18
2014-07-01Don't hardcode path to /etc/smackRafal Krypa3-8/+8
2014-07-01Use variables instead of hardcoded paths to /usr/bin and /usr/libRafal Krypa4-17/+19
2014-06-27Privilege database access implementationKrzysztof Sasiak3-0/+433
2014-06-24SQL Schema of privileges databaseKrzysztof Sasiak1-0/+101
2014-06-24Remove fstream_accessors.h from DPLRafal Krypa1-48/+0
2014-06-24Move smack_check from common to serverRafal Krypa4-2/+2
2014-06-24Build security-manager-common with SqlConnectionRafal Krypa2-0/+16
2014-06-24Refactoring of directory structure and CMake filesRafal Krypa66-165/+132
2014-06-24Make generateAppLabel() a static funcion of SmackRules classRafal Krypa6-91/+20
2014-06-24Use std::stringstream for parsing Smack rulesRafal Krypa2-37/+10
2014-06-24DPL: changing namespace of imported classes to SecurityManagerRafal Krypa12-53/+53
2014-06-23DPL: work around for build warnings with -WerrorRafal Krypa1-10/+8
2014-06-23DPL: work around for dependency on DPL::ThreadRafal Krypa1-1/+42
2014-06-23DPL: import DPL::SqlConnection and dependenciesRafal Krypa11-0/+2110
2014-06-23DPL: udate dpl/core/include/dpl/assert.h from latest wrt-commonsRafal Krypa1-0/+9
2014-06-23Set myself as contact person for security-managerRafal Krypa22-40/+40
2014-06-23Remove API for setting allowed users for an appRafal Krypa4-24/+0
2014-06-23Listen on socket passed by systemdRafal Krypa1-2/+1
2014-06-23Remove SmackAudit() from logging facilityRafal Krypa13-493/+0
2014-06-18Bump version number to 0.1.0submit/tizen/20140618.161300accepted/tizen/common/20140724.165024Rafal Krypa1-1/+1
2014-06-18Fix memory leak and add EINTR error handling.Marcin Lis2-10/+27
2014-06-18Update readme fileJan Cybulski1-31/+12
2014-06-18Comments and defines changed to comply with new project nameJan Cybulski28-89/+88
2014-06-18Change namespace name to SecurityManagerJan Cybulski47-133/+133
2014-06-18Move needed declarations from serurity-server.h to security-manager.hJan Cybulski7-1052/+111
2014-06-17Change package name to security-manager.Jan Cybulski16-73/+63
2014-06-17Remove unnecessary security-server filesJan Cybulski51-4679/+1
2014-06-10Add smackfs check to Installer service.Marcin Lis1-2/+2
2014-06-09security manager: function for labeling dirsJan Cybulski2-29/+216
2014-06-04Installation/uninstallation of package-specific smack rulesJacek Bukarewicz6-3/+400
2014-06-03security manager: add generateAppLabelJan Cybulski3-0/+86
2014-05-21Fix security manager socket path.Adam Malinowski1-1/+1
2014-05-16Merge changes I3f480808,Ie3102c86 into tizenZbigniew Jasinski12-21/+29
2014-05-15Change socket paths from /tmp... to /run...Lukasz Wojciechowski11-20/+26
2014-05-14Fixed name mismatch in systemd socketPawel Polawski3-3/+5
2014-05-14Adjust security_server_app_has_privilege to Tizen 3.0 model.Lukasz Wojciechowski9-51/+11
2014-05-14Bring back part of app-permissions serviceLukasz Wojciechowski13-3/+405
2014-05-13Upgrade version number in spec.Marcin Niesluchowski1-1/+1
2014-05-08Implement installer serviceMichal Witanowski9-2/+418
2014-05-07Added security-manager APIPawel Polawski12-16/+500
2014-04-16Remove dead codeZofia Abramowska2-7/+1
2014-04-15Signalling attempt to access a non-existent serviceRadoslaw Bartosiak2-1/+6
2014-04-09Fix build break introduced by previous commit.Bartlomiej Grzelewski4-7/+13