Add security-server.target unit.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 16 Dec 2013 14:15:24 +0000 (15:15 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:13:25 +0000 (17:13 +0100)
commitf11f3ffa22a3d2f87860b9a7fc34cc826d676342
tree35b2e5a0b9ba5035d84d1763199a9faedc483a4e
parentb56814a7846a2b698c84fc7de38ccae1d151b8db
Add security-server.target unit.

Service key-storage requires security-server but it should not use
security-server.socket in Requires field because it's part of private
implementation. This commit creates synchronization point
security-server.target that should be used by other services to add
requirement to security-server.

[Issue#]     N/A
[Bug/Cause]  N/A
[Problem]    key-storage is not able to start because new
             security-server does not create security-server.socket.
[Solution]   create synchronization point for key-storage

[Verification] Build, install, reboot device.

Change-Id: Id54e9187edf671eec047787bdeb27a8c2acca29e
15 files changed:
packaging/security-server.spec
systemd/CMakeLists.txt
systemd/security-server-app-permissions.socket
systemd/security-server-app-privilege-by-name.socket
systemd/security-server-cookie-check-tmp.socket
systemd/security-server-cookie-check.socket
systemd/security-server-cookie-get.socket
systemd/security-server-data-share.socket
systemd/security-server-get-gid.socket
systemd/security-server-open-for.socket
systemd/security-server-password-check.socket
systemd/security-server-password-reset.socket
systemd/security-server-password-set.socket
systemd/security-server-privilege-by-pid.socket
systemd/security-server.target [new file with mode: 0644]