diff options
author | Mattias Andrée <maandree@kth.se> | 2023-06-23 21:40:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-06-23 21:40:08 +0200 |
commit | 662ffd80b889893e6fed8d750a66fd2d895c2e20 (patch) | |
tree | e53269ae00a59bdcb3036d9a9a4012644e6e039e | |
parent | Fix typos (diff) | |
download | asroot-662ffd80b889893e6fed8d750a66fd2d895c2e20.tar.gz asroot-662ffd80b889893e6fed8d750a66fd2d895c2e20.tar.bz2 asroot-662ffd80b889893e6fed8d750a66fd2d895c2e20.tar.xz |
Add comment to keep env whitelist in sync with key2root
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | asroot.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ char *argv0; +/* Keep list in sync with key2root(8)'s list */ static const char *env_whitelist[] = { "DISPLAY=", "WAYLAND_DISPLAY=", |