Skip to content
Snippets Groups Projects
Commit 5b23cfab authored by John Crispin's avatar John Crispin
Browse files

base-files: create jail folder on boot


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 45008
parent c67144cc
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ boot() { ...@@ -28,6 +28,8 @@ boot() {
mkdir -p /var/state mkdir -p /var/state
mkdir -p /tmp/.uci mkdir -p /tmp/.uci
chmod 0700 /tmp/.uci chmod 0700 /tmp/.uci
mkdir -p /tmp/.jail
chmod 0700 /tmp/.jail
touch /var/log/wtmp touch /var/log/wtmp
touch /var/log/lastlog touch /var/log/lastlog
touch /tmp/resolv.conf.auto touch /tmp/resolv.conf.auto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment