1PAM_MISC_DROP_ENV(3)           Linux-PAM Manual           PAM_MISC_DROP_ENV(3)
2
3
4

NAME

6       pam_misc_drop_env - liberating a locally saved environment
7

SYNOPSIS

9       #include <security/pam_misc.h>
10
11       int pam_misc_drop_env(char **env);
12

DESCRIPTION

14       This function is defined to complement the pam_getenvlist(3) function.
15       It liberates the memory associated with env, overwriting with 0 all
16       memory before free()ing it.
17

SEE ALSO

19       pam_getenvlist(3), pam(8)
20

STANDARDS

22       The pam_misc_drop_env function is part of the libpam_misc Library and
23       not defined in any standard.
24
25
26
27Linux-PAM Manual                  05/18/2017              PAM_MISC_DROP_ENV(3)
Impressum