From: INSUN PYO Date: Tue, 9 Jul 2019 05:04:24 +0000 (+0900) Subject: Remove unnecessary setting X-Git-Tag: submit/tizen/20190715.152548~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6615cac6337a2fde3da45f0ff1d8ef38acc13b79;p=platform%2Fcore%2Fsecurity%2Fsecurity-manager.git Remove unnecessary setting Change-Id: I695a16bf83a7292422369490dda1e62a8ca30691 --- diff --git a/systemd/security-manager.service.in b/systemd/security-manager.service.in index 5205b366..a410c310 100644 --- a/systemd/security-manager.service.in +++ b/systemd/security-manager.service.in @@ -4,6 +4,5 @@ Description=Start the security manager [Service] Type=notify ExecStart=@BIN_INSTALL_DIR@/security-manager -Sockets=security-manager.socket Restart=always SmackProcessLabel=System::Privileged diff --git a/systemd/security-manager.socket b/systemd/security-manager.socket index af1c1dab..211f4daf 100644 --- a/systemd/security-manager.socket +++ b/systemd/security-manager.socket @@ -4,8 +4,5 @@ SocketMode=0777 SmackLabelIPIn=* SmackLabelIPOut=@ -# TODO: move to separate systemd service -Service=security-manager.service - [Install] WantedBy=sockets.target