Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Change-Id: I81384cbe1ef460b92fb1931338e2b09451753951
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
|
|
Fix handle leaks at systemd-user-helper.
Change-Id: Ida4fe08c053379b8d27591844a4eae37a1476608
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
|
|
Change-Id: Ieb817310c970b9fd40249f583421d2862cd1c908
|
|
Change-Id: I685442f33f6d6cedfd919b50a79723c1dceb107c
|
|
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>
|
|
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>
|
|
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>
|