# Default hasher config to work with hasher-unpriv

hasher_priv_dir=/usr/libexec/hasher-unpriv
known_mountpoints=/proc,/dev/pts
install_resolver_configuration_files=yes

# Share pid namespace because most likely podman security options 
# won't allow mounting /proc in a new pid namespace.
# To use a separate PID namespace (set share_pid=0), run the container with
# '--security-opt unmask=/proc/*'.
export share_pid=1
