# Hasher ## hasher user config `~/.hasher/config` ``` packager="Andrey Limachko " ## Сборка в /tmp (оперативная память) # workdir="/tmp/.private/$USER/" workdir="$HOME/hasher" target=x86_64 mount=/dev/pts,/proc known_mountpoints=/proc,/dev/pts,/sys def_repo="$HOME/alt/repo" ``` ## hasher-priv `/etc/hasher-priv/system` ``` # Systemwide configuration for the hasher-priv(8) helper program. # See hasher-priv.conf(5) for details. prefix=~:/tmp/.private allow_ttydev=yes allowed_mountpoints=/proc,/dev/pts,/dev/shm,/sys,/sys/fs/cgroup allowed_devices=/dev/kvm #rlimit_soft_cpu=86400 #rlimit_hard_cpu=87000 #wlimit_time_elapsed=40000 #wlimit_time_idle=3600 #wlimit_bytes_written=17179869184 #nproc=32 ``` `/etc/hasher-priv/fstab` ``` # Information about mount points for the hasher-priv(8) helper program. # See fstab(5) for details. proc /proc proc rw,nosuid,nodev,noexec,gid=proc,hidepid=2 0 0 ```