Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905158 - app-admin/sudo does not create /etc/sudoers.d directory
Summary: app-admin/sudo does not create /etc/sudoers.d directory
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-27 12:47 UTC by Nicholas Hubbard
Modified: 2023-05-01 09:11 UTC (History)
1 user (show)

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 Nicholas Hubbard 2023-04-27 12:47:37 UTC
I am packaging software that depends on app-admin/sudo and requires that the /etc/sudoers.d directory exists. Unfortunately app-admin/sudo does not create this directory when it is installed. It would not make sense for my package to create this directory as it would be very strange for a package other than sudo to own it, and there would be potential permissions issues.

Should app-admin/sudo be updated to create this directory?