HomeSort by relevance Sort by last modified time
    Searched refs:PRIVSEP_PATH (Results 1 - 3 of 3) sorted by null

  /external/openssh/contrib/aix/
buildbff.sh 86 for confvar in SSH_PRIVSEP_USER PRIVSEP_PATH
96 if [ -z "$PRIVSEP_PATH" ]
98 PRIVSEP_PATH=/var/empty
229 if [ -d $PRIVSEP_PATH ]
231 echo "PrivSep chroot directory $PRIVSEP_PATH already exists."
233 echo "Creating PrivSep chroot directory $PRIVSEP_PATH."
234 mkdir $PRIVSEP_PATH
235 chown 0 $PRIVSEP_PATH
236 chgrp 0 $PRIVSEP_PATH
237 chmod 755 $PRIVSEP_PATH
    [all...]
  /external/openssh/contrib/cygwin/
Makefile 14 PRIVSEP_PATH=/var/empty
31 rm -rf $(DESTDIR)$(PRIVSEP_PATH)
  /external/openssh/
configure 616 PRIVSEP_PATH
    [all...]

Completed in 160 milliseconds