projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07963a1
)
packaging: Set proper smack label for locale.conf
author
Ulf Hofemeier
<ulf.hofemeier@linux.intel.com>
Mon, 31 Mar 2014 23:09:04 +0000
(16:09 -0700)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Fri, 23 Feb 2024 13:52:13 +0000
(14:52 +0100)
Bug-fix: TIVI-2890
The post install script that creates the /etc/locale.conf
didn't set smack label, which defaults to _, and systemd is
running as System, and couldn't write to it.
Change-Id: I3639940d742aa7f20741953ae0268775788d656a
Signed-off-by: Ulf Hofemeier <ulf.hofemeier@linux.intel.com>
packaging/systemd.manifest
patch
|
blob
|
history
diff --git
a/packaging/systemd.manifest
b/packaging/systemd.manifest
index
017d22d
..
bc89808
100644
(file)
--- a/
packaging/systemd.manifest
+++ b/
packaging/systemd.manifest
@@
-2,4
+2,7
@@
<request>
<domain name="_"/>
</request>
+ <assign>
+ <filesystem path="/etc/locale.conf" label="System::Shared" />
+ </assign>
</manifest>