From 0007a8e4f49e100a51b4db69769e60845c6f411b Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Thu, 15 Jun 2023 22:37:25 -0300 Subject: rc.c: use a flag instead of environment variables change the lockfile Signed-off-by: Anna (navi) Figueiredo Gomes --- src/shared/misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/shared') diff --git a/src/shared/misc.c b/src/shared/misc.c index b6001d77..abc7dfd5 100644 --- a/src/shared/misc.c +++ b/src/shared/misc.c @@ -75,8 +75,6 @@ static const char *const userenv_whitelist[] = { "XDG_CONFIG_HOME", "XDG_CACHE_HOME", "RC_USER_SERVICES", - "RC_PAM_STARTING", - "RC_PAM_STOPPING", }; #endif -- cgit v1.2.3