From aebf2524909f0c0e3aec7f78fa01ad908f7da3a0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 30 Jan 2025 18:42:27 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..109984f --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +NAME + libenv - Environment sanitation library + +SYNOPSIS + #include + + 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) -- cgit v1.2.3-70-g09d2