summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Add missing gcc option -pthread to build correctlytizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20140807.000412submit/tizen_common/20140728.162339submit/tizen_common/20140728.142410submit/tizen_common/20140725.184508accepted/tizen/ivi/20140807.055102tizen_3.0.m14.3_ivitizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonStephane Desneux1-1/+3
2014-07-21Move return codes sent by server to protocols.hJan Cybulski3-70/+73
2014-07-21Change security_manager_app_install return codeJan Cybulski2-5/+15
2014-07-21Register only directories inside user's HOMEJan Cybulski1-4/+34
2014-07-21Add possibility of installing apps for different usersJan Cybulski5-36/+92
2014-07-18Cynara: Change the type of exception in CynaraAdminPolicy constructorsMarcin Lis1-2/+4
2014-07-18Cynara: implement method for setting policiesRafal Krypa2-0/+100
2014-07-18Logging: Remove the log tag from logs messagesMarcin Lis1-4/+4
2014-07-18Logging: Refine security manager log printoutsMarcin Lis7-62/+54
2014-07-15Implement setting process label for the given applicationJacek Bukarewicz12-21/+233
2014-07-15Introduce IPC call for getting pkgid from appidJacek Bukarewicz5-1/+108
2014-07-13Initial code for adding rules to CynaraRafal Krypa4-0/+114
2014-07-13Refactoring: put code operating on Smack labels in a separate fileRafaƂ Krypa7-243/+320
2014-07-11Remove code from smack-common.cppRafal Krypa3-132/+0
2014-07-09Logging: Change the default log provider to systemd journal.Marcin Lis5-12/+8
2014-07-09Logging: Add systemd journal log providerMarcin Lis4-0/+185
2014-07-09Logging: Remove macros and methods for Secure* logs.Marcin Lis8-284/+9
2014-07-09Use PrivilegeDb in installer codeRafal Krypa3-40/+111
2014-07-01PrivilegeDb: don't require pkgId argument for application removalRafal Krypa3-9/+41
2014-07-01PrivilegeDb: drop TPrivilegesList typedefRafal Krypa2-6/+4
2014-07-01Rework PrivilegeDb interface for setting application privilegesRafal Krypa3-84/+44
2014-07-01Unify internal naming convention: permission => privilegeRafal Krypa2-1/+1
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