summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-11-18Change MainPID of user@servicesubmit/tizen_3.0/20161118.041243accepted/tizen/3.0/wearable/20161122.124227accepted/tizen/3.0/tv/20161122.124213accepted/tizen/3.0/mobile/20161122.124143accepted/tizen/3.0/ivi/20161122.124236accepted/tizen/3.0/common/20161122.195027Kunhoon Baik1-9/+68
systemd-user-helper helps to launch systemd user session. Thus, MainPID should be changed to systemd user session for keeping original behavior like stop operation. This patch changes the MainPID to systemd user session by using pidfile and forking type. Change-Id: Id8dc3daa71c18914b79e218043705fe5e167d14f
2016-09-21Enable setting support container valuesubmit/tizen/20160922.045944accepted/tizen/wearable/20160923.085749accepted/tizen/tv/20160923.085734accepted/tizen/mobile/20160923.085719accepted/tizen/ivi/20160923.085806accepted/tizen/common/20160922.120837Sunmin Lee1-1/+1
Change-Id: I81384cbe1ef460b92fb1931338e2b09451753951 Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
2016-09-20systemd-user-helper: fix handle leaksubmit/tizen/20160921.014304accepted/tizen/wearable/20160921.081203accepted/tizen/tv/20160921.081153accepted/tizen/mobile/20160921.081208accepted/tizen/ivi/20160921.081157accepted/tizen/common/20160921.161650Sunmin Lee1-0/+3
Fix handle leaks at systemd-user-helper. Change-Id: Ida4fe08c053379b8d27591844a4eae37a1476608 Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
2016-09-01Bind 2.4 apps directory to user app directory for compatibilitysubmit/tizen/20160904.234158accepted/tizen/wearable/20160905.065600accepted/tizen/tv/20160905.065541accepted/tizen/mobile/20160905.065521accepted/tizen/ivi/20160905.065617Kunhoon Baik1-0/+10
Change-Id: Ieb817310c970b9fd40249f583421d2862cd1c908
2016-09-01User Session Helper : Enable slave propagationsubmit/tizen/20160902.065241Kunhoon Baik1-3/+14
Change-Id: I685442f33f6d6cedfd919b50a79723c1dceb107c
2016-08-24System User Session Launch helperKunhoon Baik1-0/+202
For supporting Tizen specific feature like directory compatibility and container, Tizen requires to handle namespaces. However, it could not be treated by PAM due to Lazy-mount feature. This launch helper solves the issues. This is first trial, if we find better solution, we will change to the solution. Change-Id: I0a6b27eb30f7904afde3a710a7fcb044ec172411 Signed-off-by: taeyoung <ty317.kim@samsung.com>
2016-08-22Desciprtion : Temporary change.submit/tizen/20160822.045932submit/tizen/20160822.012953accepted/tizen/wearable/20160823.041233accepted/tizen/tv/20160823.041205accepted/tizen/mobile/20160823.041125accepted/tizen/ivi/20160823.041257accepted/tizen/common/20160822.132727wchang kim2-1/+15
Changing the default value of lazy mount for idle booting. test_lazymount waits for mounting user parition and then call sd_notify because efl library calls sd_notify. These are temp codes for idle booting. Change-Id: I62670413fa220203f1a2975885ecbac9885e6ce4 Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
2016-07-29Description : Adding new package of liblazymount and build enviroment for ↵wchang kim4-0/+317
autotools Adding new pacakge for lazy mount feature. It has the library and path activator service for mounting user patition(/opt/usr). Adding the build environment for autotools. This change need the change of BuildArch for system-plugin. system-plugin-<version>.noarch.rpm --> system-plugin-<version>.<arch>.rpm Change-Id: I107e7610659fcbbcda7b8b27abb645251c069296 Signed-off-by: Woochang Kim <wchang.kim@samsung.com>