http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/4d95719d4b7180b5159fc89dd266359a93055add.html
\n"; + my %unveiled_paths = ( + '/etc/ssl/cert.pem' => 'r', # TLS + '/tmp' => 'rwc', # tmpfile + '/usr/lib' => 'r', # libcrypto, libssl + '/usr/libdata/perl5' => 'r', # modules + '/usr/local/bin/sxiv' => 'rx', # image viewer + '/usr/local/libdata/perl5/site_perl' => 'r', # modules + ); + + for ( keys %unveiled_paths ) { + unveil( $_, $unveiled_paths{$_} ) or die "Unveil failed: $!