Page MenuHomeFreeBSD

D49845.id153698.diff
No OneTemporary

D49845.id153698.diff

diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -1237,6 +1237,9 @@
nfsd)
_svcj_cmd_options="allow.nfsd enforce_statfs=1 ${_svcj_cmd_options}"
;;
+ settime)
+ _svcj_cmd_options="allow.settime ${_svcj_cmd_options}"
+ ;;
sysvipc)
_svcj_sysvipc_x=$((${_svcj_sysvipc_x} + 1))
_svcj_cmd_options="sysvmsg=inherit sysvsem=inherit sysvshm=inherit ${_svcj_cmd_options}"
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 6, 2025
+.Dd March 20, 2025
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -4992,6 +4992,8 @@
to them.
.It nfsd
Allows to run nfsd and affiliated daemons.
+.It settime
+Allows to set and slew the system time.
.It sysvipc
Inherits the SysV semaphores, SysV shared memory and
SysV messages from the host or the parent jail.

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 2, 6:24 AM (6 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30711581
Default Alt Text
D49845.id153698.diff (1 KB)

Event Timeline