Skip to content

markafarrell/nss-nobody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nss-nobody

Build

./hack/build.sh

Build docker test image

./hack/build-docker-test.sh

Run docker test image

./hack/start-docker-test.sh
id test

Install

curl -sL -o libnss_nobody.so.2 https://github.com/markafarrell/nss-nobody/releases/latest/download/libnss_nobody_$(uname -m).so.2 && \
install -m 0644 libnss_nobody.so.2 /lib && \
/sbin/ldconfig -n /lib /usr/lib &&
rm libnss_nobody.so.2
sed -i 's/\(passwd:.*\)/\1 nobody/' /etc/nsswitch.conf

Test

id asdf
uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
``

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •