pass-hal: standard: Fix warning during image creation 85/201485/3 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.014822 accepted/tizen/5.5/unified/mobile/hotfix/20201027.082336 accepted/tizen/5.5/unified/wearable/hotfix/20201027.123545 accepted/tizen/unified/20190318.150632 submit/tizen/20190317.235327 submit/tizen_5.5/20191031.000001 submit/tizen_5.5_mobile_hotfix/20201026.185101 submit/tizen_5.5_wearable_hotfix/20201026.184301 tizen_5.5.m2_release
authorDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 12 Mar 2019 07:58:47 +0000 (16:58 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 15 Mar 2019 04:55:32 +0000 (13:55 +0900)
When this HAL is being installed during image creation, systemd
accesses pass-hal.conf which includes tizen-specific user names and
group names. However, at this time if these user names and group
names doesn't exist yet, warning message is printed out. This can be
resovled by adding dependency for security-config.

Change-Id: I5355ff7c0d7edc2d13c99897abb892aa61320ce8
Reported-by: INSUN PYO <insun.pyo@samsung.com>
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
packaging/pass-hal-standard.spec

index 476381f0b65e774a67f378893ea13d063553c334..919810f867afb1aa42f40f171b9b81db50bc28e0 100644 (file)
@@ -12,6 +12,7 @@ Source1:    %{name}.manifest
 
 Requires(post): /sbin/ldconfig
 Requires(post): /bin/systemctl
+Requires(post): security-config
 Requires(postun): /sbin/ldconfig
 Requires(postun): /bin/systemctl
 Requires: pass >= 1.0.0