diff options
| author | Mattias Andrée <m@maandree.se> | 2025-01-30 18:42:27 +0100 | 
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-01-30 18:42:27 +0100 | 
| commit | aebf2524909f0c0e3aec7f78fa01ad908f7da3a0 (patch) | |
| tree | 86881e1b1b299990e6726eda5dde3f1f77c4f180 /README | |
| download | libenv-aebf2524909f0c0e3aec7f78fa01ad908f7da3a0.tar.gz libenv-aebf2524909f0c0e3aec7f78fa01ad908f7da3a0.tar.bz2 libenv-aebf2524909f0c0e3aec7f78fa01ad908f7da3a0.tar.xz | |
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 25 | 
1 files changed, 25 insertions, 0 deletions
| @@ -0,0 +1,25 @@ +NAME +	libenv - Environment sanitation library + +SYNOPSIS +	#include <libenv.h> + +	Link with -lenv. + +DESCRIPTION +	The libenv software library is C library designed to help +	utilities perform sanitation of environment variables. + +	Some utilities need to remove environment variables that are +	not appropriate for the new context that the utility entires. +	Likewise some utilities may meed to remove all except some +	special environment variables. libenv provides a database of +	environment variable variables that could be interesting and +	provides functionality to describe the new context the is is +	entered and filter out environment variables accordingly. + +SEE ALSO +	libenv_filter_variable_list(3), +	libenv_select_variable_list(3), +	libenv_get_chosen_list(3), +	libenv_get_complete_list(3) | 
