#!/bin/sh -euf

# This file is not described by pam_env.conf(5).
#
# This file is directly sourced by the entry scripts of hasher(7) containers,
# as well as /etc/profile.
# It is recommended that this file be left unchanged to ease upgrades,
# and any local additions go into /etc/profile.d/ directory.

if [ "$(id -u)" -eq 0 ]; then
	PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin"
else
	PATH="/usr/bin:/bin:/usr/local/bin"
fi
