index
:
platform/core/security/security-manager
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q1_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
app_encryption
appdefined
master
privacy-popup-issue
sandbox/ade/profiling
sandbox/chanleebf/asan
sandbox/dkson95/asan
sandbox/dkson95/build
sandbox/dnxowls/cmake_upgrade
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/rkrypa/dpl
sandbox/zabramowska/hybrid
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_7.0_unified
tizen_8.0
tizen_9.0
Domain: Security / Access Control;
Tomasz Swierczek <t.swierczek@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-25
Add missing gcc option -pthread to build correctly
tizen_3.0.m14.3_ivi_release
tizen_3.0.2014.q3_common_release
submit/tizen_mobile/20141120.000000
submit/tizen_ivi/20140807.000412
submit/tizen_common/20140728.162339
submit/tizen_common/20140728.142410
submit/tizen_common/20140725.184508
accepted/tizen/ivi/20140807.055102
tizen_3.0.m14.3_ivi
tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.2014.q3_common
Stephane Desneux
1
-1
/
+3
2014-07-21
Move return codes sent by server to protocols.h
Jan Cybulski
3
-70
/
+73
2014-07-21
Change security_manager_app_install return code
Jan Cybulski
2
-5
/
+15
2014-07-21
Register only directories inside user's HOME
Jan Cybulski
1
-4
/
+34
2014-07-21
Add possibility of installing apps for different users
Jan Cybulski
5
-36
/
+92
2014-07-18
Cynara: Change the type of exception in CynaraAdminPolicy constructors
Marcin Lis
1
-2
/
+4
2014-07-18
Cynara: implement method for setting policies
Rafal Krypa
2
-0
/
+100
2014-07-18
Logging: Remove the log tag from logs messages
Marcin Lis
1
-4
/
+4
2014-07-18
Logging: Refine security manager log printouts
Marcin Lis
7
-62
/
+54
2014-07-15
Implement setting process label for the given application
Jacek Bukarewicz
12
-21
/
+233
2014-07-15
Introduce IPC call for getting pkgid from appid
Jacek Bukarewicz
5
-1
/
+108
2014-07-13
Initial code for adding rules to Cynara
Rafal Krypa
4
-0
/
+114
2014-07-13
Refactoring: put code operating on Smack labels in a separate file
RafaĆ Krypa
7
-243
/
+320
2014-07-11
Remove code from smack-common.cpp
Rafal Krypa
3
-132
/
+0
2014-07-09
Logging: Change the default log provider to systemd journal.
Marcin Lis
5
-12
/
+8
2014-07-09
Logging: Add systemd journal log provider
Marcin Lis
4
-0
/
+185
2014-07-09
Logging: Remove macros and methods for Secure* logs.
Marcin Lis
8
-284
/
+9
2014-07-09
Use PrivilegeDb in installer code
Rafal Krypa
3
-40
/
+111
2014-07-01
PrivilegeDb: don't require pkgId argument for application removal
Rafal Krypa
3
-9
/
+41
2014-07-01
PrivilegeDb: drop TPrivilegesList typedef
Rafal Krypa
2
-6
/
+4
2014-07-01
Rework PrivilegeDb interface for setting application privileges
Rafal Krypa
3
-84
/
+44
2014-07-01
Unify internal naming convention: permission => privilege
Rafal Krypa
2
-1
/
+1
2014-07-01
Unify internal naming convention: permission => privilege
Rafal Krypa
3
-85
/
+85
2014-07-01
In PrivilegeDb use function instead of macro for common exception handling
Rafal Krypa
1
-32
/
+34
2014-07-01
Change return type from bool to void for some methods of PrivilegeDb
Rafal Krypa
2
-37
/
+15
2014-07-01
Adjust code formatting in privilege_db.cpp
Rafal Krypa
1
-15
/
+21
2014-07-01
spec: add missing calls do ldconfig on %post and %postun
Rafal Krypa
1
-0
/
+2
2014-07-01
Fix buld break on x86_64, regression in 3e62e851
Rafal Krypa
2
-1
/
+2
2014-07-01
Generate database during build, include it in the package
Rafal Krypa
4
-0
/
+18
2014-07-01
Don't hardcode path to /etc/smack
Rafal Krypa
3
-8
/
+8
2014-07-01
Use variables instead of hardcoded paths to /usr/bin and /usr/lib
Rafal Krypa
4
-17
/
+19
2014-06-27
Privilege database access implementation
Krzysztof Sasiak
3
-0
/
+433
2014-06-24
SQL Schema of privileges database
Krzysztof Sasiak
1
-0
/
+101
2014-06-24
Remove fstream_accessors.h from DPL
Rafal Krypa
1
-48
/
+0
2014-06-24
Move smack_check from common to server
Rafal Krypa
4
-2
/
+2
2014-06-24
Build security-manager-common with SqlConnection
Rafal Krypa
2
-0
/
+16
2014-06-24
Refactoring of directory structure and CMake files
Rafal Krypa
66
-165
/
+132
2014-06-24
Make generateAppLabel() a static funcion of SmackRules class
Rafal Krypa
6
-91
/
+20
2014-06-24
Use std::stringstream for parsing Smack rules
Rafal Krypa
2
-37
/
+10
2014-06-24
DPL: changing namespace of imported classes to SecurityManager
Rafal Krypa
12
-53
/
+53
2014-06-23
DPL: work around for build warnings with -Werror
Rafal Krypa
1
-10
/
+8
2014-06-23
DPL: work around for dependency on DPL::Thread
Rafal Krypa
1
-1
/
+42
2014-06-23
DPL: import DPL::SqlConnection and dependencies
Rafal Krypa
11
-0
/
+2110
2014-06-23
DPL: udate dpl/core/include/dpl/assert.h from latest wrt-commons
Rafal Krypa
1
-0
/
+9
2014-06-23
Set myself as contact person for security-manager
Rafal Krypa
22
-40
/
+40
2014-06-23
Remove API for setting allowed users for an app
Rafal Krypa
4
-24
/
+0
2014-06-23
Listen on socket passed by systemd
Rafal Krypa
1
-2
/
+1
2014-06-23
Remove SmackAudit() from logging facility
Rafal Krypa
13
-493
/
+0
2014-06-18
Bump version number to 0.1.0
submit/tizen/20140618.161300
accepted/tizen/common/20140724.165024
Rafal Krypa
1
-1
/
+1
2014-06-18
Fix memory leak and add EINTR error handling.
Marcin Lis
2
-10
/
+27
[next]