commit 7f57b003a9b241007e1b77546b45041d142ec8c2 from: Stefan Sperling date: Tue Jan 14 11:29:33 2025 UTC drop read access to /var/www from gotwebd's parent process ok jamsek commit - f26d624479a3b6666ef86d1e73e07a003b856db8 commit + 7f57b003a9b241007e1b77546b45041d142ec8c2 blob - e1431f1522e659e8264737dc0d9ca3dd20f72dc4 blob + d0f01c7bfe44841fb45f6bb21328f92c6127e5e0 --- gotwebd/gotwebd.c +++ gotwebd/gotwebd.c @@ -412,9 +412,6 @@ main(int argc, char **argv) err(1, "gmon.out"); #endif - if (unveil(env->httpd_chroot, "r") == -1) - err(1, "unveil"); - if (unveil(GOTWEBD_CONF, "r") == -1) err(1, "unveil");