Skip to content

CM4all/nss_logname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nss_logname

nss_logname is an glibc NSS module which pretends there is a /etc/passwd entry for the current uid named $LOGNAME. This should be installed in containers spawned by the process spawner.

Building nss_logname

You need:

Get the source code:

git clone --recursive https://github.com/CM4all/nss_logname.git

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies, run:

dpkg-buildpackage -rfakeroot -b -uc -us

About

NSS module which synthesizes a passwd entry from $LOGNAME

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •