Separate password_set and password_reset APIs on socket level.
[platform/core/security/security-server.git] / systemd / CMakeLists.txt
1 INSTALL(FILES
2     ${CMAKE_SOURCE_DIR}/systemd/security-server.service
3     ${CMAKE_SOURCE_DIR}/systemd/security-server-data-share.socket
4     ${CMAKE_SOURCE_DIR}/systemd/security-server-get-gid.socket
5     ${CMAKE_SOURCE_DIR}/systemd/security-server-privilege-by-pid.socket
6     ${CMAKE_SOURCE_DIR}/systemd/security-server-exec-path.socket
7     ${CMAKE_SOURCE_DIR}/systemd/security-server-app-permissions.socket
8     ${CMAKE_SOURCE_DIR}/systemd/security-server-cookie-get.socket
9     ${CMAKE_SOURCE_DIR}/systemd/security-server-cookie-check.socket
10     ${CMAKE_SOURCE_DIR}/systemd/security-server-app-privilege-by-name.socket
11     ${CMAKE_SOURCE_DIR}/systemd/security-server-cookie-check-tmp.socket
12     ${CMAKE_SOURCE_DIR}/systemd/security-server-open-for.socket
13     ${CMAKE_SOURCE_DIR}/systemd/security-server-password-reset.socket
14     ${CMAKE_SOURCE_DIR}/systemd/security-server-password-check.socket
15     ${CMAKE_SOURCE_DIR}/systemd/security-server-password-set.socket
16     DESTINATION
17     /usr/lib/systemd/system
18 )
19