Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115677567
D41466.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
618 B
Referenced Files
None
Subscribers
None
D41466.diff
View Options
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -2508,7 +2508,12 @@
LocalDomain = "";
}
+#ifndef WITH_CASPER
/*
+ * XXX: Disable when running in capability mode, for now.
+ * This requires a new interface in the tzcode module to
+ * get running without capability violations.
+ *
* Load / reload timezone data (in case it changed).
*
* Just calling tzset() again does not work, the timezone code
@@ -2525,6 +2530,7 @@
tzset();
unsetenv("TZ");
}
+#endif
Initialized = false;
closelogfiles();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 28, 12:11 AM (13 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17823446
Default Alt Text
D41466.diff (618 B)
Attached To
Mode
D41466: syslogd: Block timezone updating in capability mode
Attached
Detach File
Event Timeline
Log In to Comment