CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/03/25 09:49:22
Modified files:
misc/shared-mime-info: Makefile
misc/shared-mime-info/patches: patch-update-mime-database_c
Log message:
unveil mime_path's parent directory with the 'r' permission to allow
stat(1) on it and then also unveil paths configured in XDG_DATA_DIRS
the same way so that the check_in_path_xdg_data() function can do its
job
after everything is done, call unveil(NULL, NULL) to disallow further
calls to unveil
ok ajacoutot@