8
INSTALL
8
INSTALL
@@ -134,11 +134,11 @@ Directory and file names:
|
|||||||
do not survive a system reboot. This is typically where
|
do not survive a system reboot. This is typically where
|
||||||
the time stamp directory is located. By default, configure
|
the time stamp directory is located. By default, configure
|
||||||
will use the first existing directory in the following list:
|
will use the first existing directory in the following list:
|
||||||
/var/run, /var/db, /var/lib, /var/adm, /usr/adm
|
/run /var/run, /var/db, /var/lib, /var/adm, /usr/adm
|
||||||
This directory should be cleared when the system reboots.
|
This directory should be cleared when the system reboots.
|
||||||
On systems that lack /var/run, the default rundir and vardir
|
On systems that lack /run or /var/run, the default rundir and
|
||||||
may be the same. In this case, only the ts directory inside
|
vardir may be the same. In this case, only the ts directory
|
||||||
the rundir needs to be cleared at boot time.
|
inside the rundir needs to be cleared at boot time.
|
||||||
|
|
||||||
--with-vardir=DIR
|
--with-vardir=DIR
|
||||||
Set the directory to be used for sudo-specific files that
|
Set the directory to be used for sudo-specific files that
|
||||||
|
4
configure
vendored
4
configure
vendored
@@ -25259,7 +25259,7 @@ fi
|
|||||||
$as_echo_n "checking for sudo run dir location... " >&6; }
|
$as_echo_n "checking for sudo run dir location... " >&6; }
|
||||||
rundir="$with_rundir"
|
rundir="$with_rundir"
|
||||||
if test -z "$rundir"; then
|
if test -z "$rundir"; then
|
||||||
for d in /var/run /var/db /var/lib /var/adm /usr/adm; do
|
for d in /run /var/run /var/db /var/lib /var/adm /usr/adm; do
|
||||||
if test -d "$d"; then
|
if test -d "$d"; then
|
||||||
rundir="$d/sudo"
|
rundir="$d/sudo"
|
||||||
break
|
break
|
||||||
@@ -28659,7 +28659,7 @@ $as_echo "$as_me: You will need to customize examples/pam.conf and install it as
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
case "$rundir" in
|
case "$rundir" in
|
||||||
/var/run*)
|
/run/*|/var/run/*)
|
||||||
clear_rundir=0
|
clear_rundir=0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@@ -4382,7 +4382,7 @@ dnl
|
|||||||
dnl Warn user if they may need to clear rundir manually.
|
dnl Warn user if they may need to clear rundir manually.
|
||||||
dnl
|
dnl
|
||||||
case "$rundir" in
|
case "$rundir" in
|
||||||
/var/run*)
|
/run/*|/var/run/*)
|
||||||
clear_rundir=0
|
clear_rundir=0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@@ -2766,9 +2766,9 @@ SSEECCUURRIITTYY NNOOTTEESS
|
|||||||
ownership of files they create.
|
ownership of files they create.
|
||||||
|
|
||||||
While the time stamp directory _s_h_o_u_l_d be cleared at reboot time, not all
|
While the time stamp directory _s_h_o_u_l_d be cleared at reboot time, not all
|
||||||
systems contain a _/_v_a_r_/_r_u_n directory. To avoid potential problems,
|
systems contain a _/_r_u_n or _/_v_a_r_/_r_u_n directory. To avoid potential
|
||||||
ssuuddooeerrss will ignore time stamp files that date from before the machine
|
problems, ssuuddooeerrss will ignore time stamp files that date from before the
|
||||||
booted on systems where the boot time is available.
|
machine booted on systems where the boot time is available.
|
||||||
|
|
||||||
Some systems with graphical desktop environments allow unprivileged users
|
Some systems with graphical desktop environments allow unprivileged users
|
||||||
to change the system clock. Since ssuuddooeerrss relies on the system clock for
|
to change the system clock. Since ssuuddooeerrss relies on the system clock for
|
||||||
@@ -2897,4 +2897,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.23 January 30, 2018 Sudo 1.8.23
|
Sudo 1.8.23 February 19, 2018 Sudo 1.8.23
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDOERS" "5" "January 30, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDOERS" "5" "February 19, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -5484,6 +5484,8 @@ unprivileged users to change the ownership of files they create.
|
|||||||
While the time stamp directory
|
While the time stamp directory
|
||||||
\fIshould\fR
|
\fIshould\fR
|
||||||
be cleared at reboot time, not all systems contain a
|
be cleared at reboot time, not all systems contain a
|
||||||
|
\fI/run\fR
|
||||||
|
or
|
||||||
\fI/var/run\fR
|
\fI/var/run\fR
|
||||||
directory.
|
directory.
|
||||||
To avoid potential problems,
|
To avoid potential problems,
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
.\"
|
.\"
|
||||||
.Dd January 30, 2018
|
.Dd February 19, 2018
|
||||||
.Dt SUDOERS @mansectform@
|
.Dt SUDOERS @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -5075,6 +5075,8 @@ unprivileged users to change the ownership of files they create.
|
|||||||
While the time stamp directory
|
While the time stamp directory
|
||||||
.Em should
|
.Em should
|
||||||
be cleared at reboot time, not all systems contain a
|
be cleared at reboot time, not all systems contain a
|
||||||
|
.Pa /run
|
||||||
|
or
|
||||||
.Pa /var/run
|
.Pa /var/run
|
||||||
directory.
|
directory.
|
||||||
To avoid potential problems,
|
To avoid potential problems,
|
||||||
|
@@ -108,7 +108,7 @@ dnl
|
|||||||
AC_DEFUN([SUDO_RUNDIR], [AC_MSG_CHECKING(for sudo run dir location)
|
AC_DEFUN([SUDO_RUNDIR], [AC_MSG_CHECKING(for sudo run dir location)
|
||||||
rundir="$with_rundir"
|
rundir="$with_rundir"
|
||||||
if test -z "$rundir"; then
|
if test -z "$rundir"; then
|
||||||
for d in /var/run /var/db /var/lib /var/adm /usr/adm; do
|
for d in /run /var/run /var/db /var/lib /var/adm /usr/adm; do
|
||||||
if test -d "$d"; then
|
if test -d "$d"; then
|
||||||
rundir="$d/sudo"
|
rundir="$d/sudo"
|
||||||
break
|
break
|
||||||
|
Reference in New Issue
Block a user