Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634610 - net-misc/kafka-bin: loose permissions on /var/{lib,log}/kafka
Summary: net-misc/kafka-bin: loose permissions on /var/{lib,log}/kafka
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 06:11 UTC by Tomáš Mózes
Modified: 2017-10-18 06:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-10-18 06:11:22 UTC
drwxr-xr-x 2 kafka root  4096 Oct 18 06:01 /var/lib/kafka/
drwxr-xr-x 2 kafka kafka 4096 Oct 18 06:01 /var/log/kafka/

maybe something like the following in the ebuild (like redis):
diropts -m0750 -o kafka -g kafka
keepdir /var/{log,lib}/kafka