CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2019/10/28 13:38:47
Modified files: dist/fontconfig/src: fccompat.c fccache.c Log message: Stop calling chmod() in cache update code. These calls are useless to toxic and come in the way of adding pledge to applications (would require 'fattr' which is quite wide). Discussed with deraadt, millert and jcs. Submitted upstreams too.