Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115261012
D49846.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
D49846.diff
View Options
diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -4203,6 +4203,7 @@
* Conditionally allow privileged process in the jail set
* machine time.
*/
+ case PRIV_SETTIMEOFDAY:
case PRIV_CLOCK_SETTIME:
if (cred->cr_prison->pr_allow & PR_ALLOW_SETTIME)
return (0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 22, 11:42 PM (6 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17567278
Default Alt Text
D49846.diff (344 B)
Attached To
Mode
D49846: jail: allow jails to call settimeofday() if allow.settime is enabled
Attached
Detach File
Event Timeline
Log In to Comment