diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-07-25 12:13:39 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-08-29 15:11:18 +0000 |
| commit | 2e6697c8d90dd812a288031dca253f863602da3f (patch) | |
| tree | a796bf090e56cbf45ceaff9701a24dead2808890 /usr.bin | |
| parent | 7cad1e5478d7c4f8116235dc7550e4309561cc78 (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/pom/pom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/pom/pom.c b/usr.bin/pom/pom.c index 01370114f36e..4c648c359ef9 100644 --- a/usr.bin/pom/pom.c +++ b/usr.bin/pom/pom.c @@ -95,6 +95,7 @@ main(int argc, char **argv) err(1, "unable to limit capabitilities for stdio"); caph_cache_catpages(); + caph_cache_tzdata(); if (caph_enter() < 0) err(1, "unable to enter capability mode"); |
