1
0

add "nobody" user needed by rp-pppoe

This commit is contained in:
Daniel Barlow 2025-04-13 23:00:47 +01:00
parent e04724d7fc
commit f728b584a2

View File

@ -132,6 +132,16 @@ in
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 = {
config = {
PPP = "y";