Page MenuHomeFreeBSD

syslogd: Block timezone updating in capability mode
ClosedPublic

Authored by jfree on Aug 15 2023, 4:10 AM.
Tags
None
Referenced Files
F159117218: D41466.id126444.diff
Wed, Jun 10, 7:45 AM
F159095496: D41466.id.diff
Wed, Jun 10, 1:53 AM
Unknown Object (File)
Sat, Jun 6, 5:43 PM
Unknown Object (File)
Fri, Jun 5, 1:22 AM
Unknown Object (File)
Sun, May 17, 12:29 PM
Unknown Object (File)
Sun, May 17, 12:20 PM
Unknown Object (File)
Sun, May 17, 9:38 AM
Unknown Object (File)
Sat, May 16, 10:34 PM
Subscribers

Details

Summary
Do not update local timezone data upon reload when syslogd is compiled
with libcasper support. Timezone files are pre-fetched using the
caph_cache_tzdata() function before entering capability mode. Attempts
to re-fetch these files will result in a capability violation.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.sbin/syslogd/syslogd.c
2511

Let's put an XXX comment in here at least, since we'd like to fix this somehow. It'll require a new interface to the tzcode module.

Add XXX comment for needed future tzcode capability module

This revision is now accepted and ready to land.Aug 24 2023, 2:13 PM