summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 19:42:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 19:42:14 +0000
commit4689a30d17e7ca65227e9c6237bb8b8c38ee25e1 (patch)
tree27e4c2cf7bf6c9d585624146b6d4dac110a485d0 /target
parent22e371d18334177e46a3c5c3b9dd6bdf8126bf05 (diff)
add unprivileged user
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/default/target_skeleton/etc/group1
-rw-r--r--target/default/target_skeleton/etc/passwd1
2 files changed, 2 insertions, 0 deletions
diff --git a/target/default/target_skeleton/etc/group b/target/default/target_skeleton/etc/group
index 1dbf9013e..c4e77f316 100644
--- a/target/default/target_skeleton/etc/group
+++ b/target/default/target_skeleton/etc/group
@@ -1 +1,2 @@
root:x:0:
+nogroup:x:65534:
diff --git a/target/default/target_skeleton/etc/passwd b/target/default/target_skeleton/etc/passwd
index 23d8e6293..3b660a0d4 100644
--- a/target/default/target_skeleton/etc/passwd
+++ b/target/default/target_skeleton/etc/passwd
@@ -1 +1,2 @@
root:!:0:0:root:/tmp:/bin/ash
+nobody:*:65534:65534:nobody:/var:/bin/false