openwrt: add flukso as a user/group
This commit is contained in:
parent
619b6e0436
commit
3e258f13f8
2 changed files with 4 additions and 0 deletions
3
mote/v2/openwrt/files/etc/group
Normal file
3
mote/v2/openwrt/files/etc/group
Normal file
|
@ -0,0 +1,3 @@
|
|||
root:x:0:
|
||||
flukso:x:1:
|
||||
nogroup:x:65534:
|
|
@ -1,3 +1,4 @@
|
|||
root:$1$VtdkJasi$HdGYp/XcbJmQ3BInhA/ki/:0:0:root:/root:/bin/ash
|
||||
flukso:*:1:1:flukso:/var:/bin/false
|
||||
nobody:*:65534:65534:nobody:/var:/bin/false
|
||||
daemon:*:65534:65534:daemon:/var:/bin/false
|
||||
|
|
Loading…
Reference in a new issue