From: Ivo De Decker (ivo_at_zeus.rug.ac.be)
Date: Mon 02 Sep 2002 - 16:09:12 BST
On Mon, Sep 02, 2002 at 03:47:44PM +0200, Ivan Eriksen wrote:
> How do I run ntpd in a vserver ? Which kind of rights in S_CAPS do I need to
> muck around with the clock on a server ? My root server doesnt have access
> to the Internet, so it would be nice to be able to use ntp in one of the
> vservers.
/usr/include/linux/capability.h:
/* Allow manipulation of system clock */
/* Allow irix_stime on mips */
/* Allow setting the real-time clock */
#define CAP_SYS_TIME 25
Greetings,
Ivo De Decker