add "nobody" user needed by rp-pppoe
This commit is contained in:
parent
e04724d7fc
commit
f728b584a2
@ -132,6 +132,16 @@ in
|
|||||||
description = "options supplied on ppp command line";
|
description = "options supplied on ppp command line";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# rp-pppoe attempts to drop privs by switching to user "nobody"
|
||||||
|
users.nobody = {
|
||||||
|
uid = 65534;
|
||||||
|
gid = 65534;
|
||||||
|
gecos = "Captain Nemo";
|
||||||
|
dir = "/run/";
|
||||||
|
shell = "/bin/false";
|
||||||
|
};
|
||||||
|
|
||||||
kernel = {
|
kernel = {
|
||||||
config = {
|
config = {
|
||||||
PPP = "y";
|
PPP = "y";
|
||||||
|
Loading…
Reference in New Issue
Block a user