1PAM_MISC_DROP_ENV(3) Linux-PAM Manual PAM_MISC_DROP_ENV(3)
2
3
4
6 pam_misc_drop_env - liberating a locally saved environment
7
9 #include <security/pam_misc.h>
10
11 int pam_misc_drop_env(char **env);
12
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
19 pam_getenvlist(3), pam(8)
20
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 05/07/2023 PAM_MISC_DROP_ENV(3)