From be506144748a04ff61def7d254d5fafef0a5590b Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 15 Nov 2018 14:02:51 +0100 Subject: [PATCH] tizen: All logins should use User::Shell smack label Change-Id: I8c0e7de59689aa83bd0273af4a66dd7a8f823ec9 --- units/getty@.service.in | 1 + units/serial-getty@.service.in | 1 + 2 files changed, 2 insertions(+) diff --git a/units/getty@.service.in b/units/getty@.service.in index 80b8f3e..9a49034 100644 --- a/units/getty@.service.in +++ b/units/getty@.service.in @@ -56,6 +56,7 @@ IgnoreSIGPIPE=no SendSIGHUP=yes ImportCredential=agetty.* ImportCredential=login.* +SmackProcessLabel=User::Shell # Unset locale for the console getty since the console has problems # displaying some internationalized messages. diff --git a/units/serial-getty@.service.in b/units/serial-getty@.service.in index 103d007..fb9fb9b 100644 --- a/units/serial-getty@.service.in +++ b/units/serial-getty@.service.in @@ -49,6 +49,7 @@ IgnoreSIGPIPE=no SendSIGHUP=yes ImportCredential=agetty.* ImportCredential=login.* +SmackProcessLabel=User::Shell [Install] WantedBy=getty.target -- 2.7.4