Searched refs:SECUREDIR (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/etc/
H A Dsecurity47 SECUREDIR=$(mktemp -d -t _securedir) || exit 1
49 trap "/bin/rm -rf $SECUREDIR ; exit 0" EXIT INT QUIT PIPE
51 if ! cd "$SECUREDIR"; then
52 echo "Can not cd to $SECUREDIR".

Completed in 126 milliseconds