2001-11-24 00:06:02 +03:00
|
|
|
.\" $NetBSD: clockctl.4,v 1.3 2001/11/23 21:06:02 jhawk Exp $
|
2001-10-20 13:10:33 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Emmanuel Dreyfus.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by the NetBSD
|
|
|
|
.\" Foundation, Inc. and its contributors.
|
|
|
|
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
|
|
.\" contributors may be used to endorse or promote products derived
|
|
|
|
.\" from this software without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
2001-10-20 13:32:22 +04:00
|
|
|
.Dd October 20, 2001
|
2001-10-20 13:10:33 +04:00
|
|
|
.Dt CLOCKCTL 4
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm clockctl
|
|
|
|
.Nd Clock subsystem user control
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd pseudo-device clockctl
|
|
|
|
.Sh DESCRIPTION
|
2001-10-20 13:32:22 +04:00
|
|
|
The
|
|
|
|
.Nm
|
2001-11-24 00:06:02 +03:00
|
|
|
interface brings clock control to non-root users. Any user with write access
|
2001-10-20 13:32:22 +04:00
|
|
|
to
|
2001-10-20 13:10:33 +04:00
|
|
|
.Pa /dev/clockctl
|
2001-10-20 13:32:22 +04:00
|
|
|
will be able to perform operations such as
|
2001-10-20 13:10:33 +04:00
|
|
|
.Xr settimeofday 2 ,
|
|
|
|
.Xr clock_settime 2 ,
|
|
|
|
.Xr adjtime 2 ,
|
|
|
|
or
|
|
|
|
.Xr ntp_adjtime 2 ,
|
|
|
|
which are normally restricted to the super-user. Using the
|
2001-10-20 13:32:22 +04:00
|
|
|
.Nm
|
|
|
|
pseudo-device, it is possible to run daemons such as
|
2001-10-20 13:10:33 +04:00
|
|
|
.Xr ntpd 8
|
2001-11-24 00:06:02 +03:00
|
|
|
as non-privileged users, thus reducing the security exposure if a
|
|
|
|
compromise is found in such a daemon.
|
2001-10-20 13:10:33 +04:00
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
2001-10-20 13:32:22 +04:00
|
|
|
pseudo-device driver provides an
|
2001-10-20 13:10:33 +04:00
|
|
|
.Xr ioctl 2
|
2001-11-24 00:06:02 +03:00
|
|
|
call for each privileged clock-related system call. The system
|
|
|
|
call stubs in C library will use the
|
2001-10-20 13:10:33 +04:00
|
|
|
.Xr ioctl 2
|
2001-10-20 13:32:22 +04:00
|
|
|
on
|
2001-10-20 13:10:33 +04:00
|
|
|
.Pa /dev/clockctl
|
2001-11-24 00:06:02 +03:00
|
|
|
if the special file is present and accessible, or will revert to the
|
|
|
|
plain super-user-restricted system call if the special file is not accessible.
|
2001-10-20 13:10:33 +04:00
|
|
|
.Pp
|
2001-10-20 13:32:22 +04:00
|
|
|
The following
|
2001-10-20 13:10:33 +04:00
|
|
|
.Xr ioctl 2
|
2001-10-20 13:32:22 +04:00
|
|
|
calls are defined in
|
2001-10-20 13:10:33 +04:00
|
|
|
.Aq Pa sys/clockctl.h Ns :
|
|
|
|
.Bl -tag -width CLOCKCTL
|
|
|
|
.It Dv CLOCKCTL_SETTIMEOFDAY
|
2001-10-20 13:32:22 +04:00
|
|
|
This will run the
|
2001-10-20 13:10:33 +04:00
|
|
|
.Xr settimeofday 2
|
2001-10-20 13:32:22 +04:00
|
|
|
system call. Argument should be a pointer to a
|
2001-10-20 13:10:33 +04:00
|
|
|
.Va struct clockctl_settimeofday_args :
|
|
|
|
.Bd -literal
|
|
|
|
struct clockctl_settimeofday_args {
|
|
|
|
struct timeval tv;
|
|
|
|
struct timezone tzp;
|
|
|
|
};
|
|
|
|
.Ed
|
|
|
|
.It Dv CLOCKCTL_CLOCK_SETTIME
|
|
|
|
This will run the
|
|
|
|
.Xr clock_settime 2
|
|
|
|
system call. Argument should be a pointer to a
|
|
|
|
.Va struct clockctl_clock_settime_args :
|
|
|
|
.Bd -literal
|
|
|
|
struct clockctl_clock_settime_args {
|
|
|
|
clockid_t clock_id;
|
|
|
|
struct timespec tp;
|
|
|
|
};
|
|
|
|
.Ed
|
|
|
|
.It Dv CLOCKCTL_ADJTIME
|
|
|
|
This will run the
|
|
|
|
.Xr adjtime 2
|
|
|
|
system call. Argument should be a pointer to a
|
|
|
|
.Va struct clockctl_adjtime_args :
|
|
|
|
.Bd -literal
|
|
|
|
struct clockctl_adjtime_args {
|
|
|
|
struct timeval delta;
|
|
|
|
struct timeval olddelta;
|
|
|
|
};
|
|
|
|
.Ed
|
|
|
|
.It Dv CLOCKCTL_NTP_ADJTIME
|
|
|
|
This will run the
|
2001-10-20 13:32:22 +04:00
|
|
|
.Xr ntp_adjtime 2
|
2001-10-20 13:10:33 +04:00
|
|
|
system call. Argument should be a pointer to a
|
2001-10-20 13:32:22 +04:00
|
|
|
.Va struct clockctl_ntp_adjtime_args :
|
2001-10-20 13:10:33 +04:00
|
|
|
.Bd -literal
|
|
|
|
struct clockctl_ntp_adjtime_args {
|
|
|
|
struct timex tp;
|
|
|
|
};
|
|
|
|
.Ed
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr adjtime 2 ,
|
2001-10-20 13:32:22 +04:00
|
|
|
.Xr clock_settime 2 ,
|
|
|
|
.Xr ioctl 2 ,
|
|
|
|
.Xr settimeofday 2
|
|
|
|
.Sh HISTORY
|
|
|
|
.Nm
|
|
|
|
appeared in
|
|
|
|
.Nx 1.6 .
|