Skip to content

nudgegoonies/libpam-envclean

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libpam-envclean
===============

What is it?
-----------

It's a pam module that removes the XDG_RUNTIME_DIR environment variable from
the environment if the user authenticating is different from the user owning
it.  This is for the case of programs like gksu clobbering the users' dconf
settings.

How do I use it?
----------------

Simply place it after the pam_systemd.so line:

session optional        pam_systemd.so
session optional        pam_envclean.so

About

Clean XDG_RUNTIME_DIR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.4%
  • M4 13.6%
  • Makefile 11.9%
  • Shell 1.1%