projects
/
platform
/
core
/
system
/
initrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da121c8
)
Add PATH=/bin:/usr/bin:/sbin:/usr/sbin to init.sh
98/235698/1
accepted/tizen/unified/20200609.153451
submit/tizen/20200609.042709
author
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 9 Jun 2020 04:25:16 +0000
(13:25 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 9 Jun 2020 04:25:16 +0000
(13:25 +0900)
Change-Id: Id7b2d1f94ee43d103eeae228ed28518afab21d27
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
scripts/init.sh
patch
|
blob
|
history
diff --git
a/scripts/init.sh
b/scripts/init.sh
index 3c172be84e1e8062fb27afa3f2fae823a78b1749..955fa7eeeea1a01fed702ae6c50671c7286dac30 100755
(executable)
--- a/
scripts/init.sh
+++ b/
scripts/init.sh
@@
-1,4
+1,6
@@
#!/bin/sh
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
mount -o nosuid,strictatime,mode=755 -t devtmpfs devtmpfs /dev
mount -o nosuid,noexec,nodev -t sysfs sysfs /sys
mount -o nosuid,noexec,nodev -t proc proc /proc