aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/group
Commit message (Collapse)AuthorAgeFilesLines
* base-files/hotplug: fix dedicated group for tty devicesMichael Heimpold2019-04-041-1/+1
| | | | | | | | | | | | | | | | | Commit 124ab1dc0a and 5523ee3459 introduced the assignment of the group "tty" to /dev/tty* devices in order to support unprivileged user access to serial devices. However, due to an improperly rebased commit this feature broke. This patch restores the lost hunk in hotplug.json file to re-introduce this feature and also renames the existing "tty" group to "dialout" as this is the more typical name for such a group on desktop systems. Fixes: 5209cfa534 ("procd: fix hotplug.json syntax") Signed-off-by: Michael Heimpold <mhei@heimpold.de> Acked-by: Jo-Philipp Wich <jo@mein.io>
* base-files: add "tty" user groupJo-Philipp Wich2017-06-261-0/+1
| | | | | | | | This is needed for an upcoming change to the hotplug default rules which will cause /dev/tty* nodes to get assigned to the "tty" group in order to support unprivileged user access when needed. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* base-files: add an ftp group as wellFelix Fietkau2011-03-131-0/+1
| | | | SVN-Revision: 26136
* base-files: add a few default groups to /etc/group so that we can get rid of ↵Felix Fietkau2011-03-131-0/+7
| | | | | | a few postinst scripts SVN-Revision: 26133
* rename default/ to files/Felix Fietkau2006-11-221-0/+2
SVN-Revision: 5622