Differences From
Artifact [6971590b48]:
106 106 *
107 107 * TODO: support a mappings file/variable for those programs
108 108 * too special to simply name their config file
109 109 * "~/.(argv[0])".
110 110 *
111 111 * TODO: exempt xdg dirs beginning with ~/. from proscription
112 112 * in nkvd_interdict_all=1 mode
113 + *
114 + * TODO: instead of function passthrough, alter environment
115 + * to delete LD_PRELOAD and re-exec whitelisted apps
116 + * without nkvd loading at all
113 117 */
114 118
115 119 #include <stdarg.h>
116 120 #include <unistd.h>
117 121 #include <sys/types.h>
118 122 #include <fcntl.h>
119 123 #include <limits.h>