summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Release version 0.2.0tizen_3.0_ivi_releasesubmit/tizen_tv/20150223.105757submit/tizen_mobile/20141217.022739submit/tizen_ivi/20141201.045232submit/tizen_common/20141119.161253submit/tizen/20141118.171019accepted/tizen/tv/20150223.112019accepted/tizen/mobile/20141217.032701accepted/tizen/ivi/20141202.020851accepted/tizen/common/20141121.095621tizen_3.0_ivitizen_3.0.2014.q4_commonRafal Krypa4-3/+22
2014-11-18Fix checking for privileges during obtaining groupJan Cybulski1-0/+8
2014-11-18Sanitize handling of global application user.Jan Cybulski1-19/+28
2014-11-04Move some modules to common librarySebastian Grabowski13-21/+18
2014-11-03Don't remove "User" Smack rules on application uninstallJanusz Kozerski2-2/+39
2014-10-31Use group names instead of group ids (gid)Krzysztof Sasiak4-30/+40
2014-10-27Removal of xattr "security.TIZEN_EXEC_LABEL"José Bollo6-132/+0
2014-10-27Introduce convenience function for setting application security.Rafal Krypa2-0/+34
2014-10-27When setting process Smack label, fix labels of socket file descriptorsRafal Krypa1-4/+68
2014-10-24Provide a function for launchers for dropping process capabilitiesRafal Krypa4-0/+44
2014-10-20Improvement of tagging directories.José Bollo1-0/+4
2014-10-16Adjust libcynara-admin error codesLukasz Wojciechowski1-28/+11
2014-09-16Resolving global application userJosé Bollo1-4/+15
2014-09-16Fix a build error in 64 bitsJosé Bollo1-1/+1
2014-09-15Remove obsolete code from security-manager-utilRafal Krypa3-151/+0
2014-09-15Add missing include and link dependencies in cmakesRafal Krypa2-0/+6
2014-09-15Completely remove dlog remainingsRafal Krypa4-186/+0
2014-09-15Implement client API for launcher adding process to supplementary groupsRafal Krypa5-11/+196
2014-09-15Implement fetching group ids assigned to a privilege from data baseRafal Krypa3-0/+40
2014-09-12Implement checking policies with CynaraRafal Krypa4-0/+66
2014-09-12Fix Cynara policy setting, use Smack label as app identifierRafal Krypa3-15/+14
2014-08-29Refactoring: there will be only one serviceRafal Krypa11-43/+42
2014-08-27Fix checking whether application path is inside user's home directory.Rafal Krypa1-21/+39
2014-08-07Drop libprivilege-controlJan Cybulski3-72/+1
2014-08-04Changed CYNARA_ADMIN_WILDCARD to proper uid string.Sebastian Grabowski1-8/+15
2014-08-01Set Cynara policies during application installation and uninstallationRafal Krypa4-4/+113
2014-08-01Provide move constructor instead of copy constructor for CynaraAdminPolicyRafal Krypa2-0/+22
2014-08-01Change pthread flag settings in CMake to a more generic constructRafal Krypa1-7/+4
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