Bug 251178 - <service>_group have no effect unless chroot is used
Summary: <service>_group have no effect unless chroot is used
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on: 251179
Blocks:
  Show dependency treegraph
 
Reported: 2020-11-16 06:01 UTC by Xin LI
Modified: 2020-11-16 19:08 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2020-11-16 06:01:18 UTC
Currently, for rc.d scripts, their <service>_group have no effect (unlike <service>_user) unless chroot is being used.  This is documented in the comments, and for most usage this doesn't really matter (because role accounts are generally configured with primary group set to the desired group), but it can cause confusion.
Comment 1 Xin LI freebsd_committer freebsd_triage 2020-11-16 06:02:35 UTC
Creating a bug to track this.