Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files/hotplug: fix dedicated group for tty devices | Michael Heimpold | 2019-04-04 | 1 | -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 group | Jo-Philipp Wich | 2017-06-26 | 1 | -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 well | Felix Fietkau | 2011-03-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 26136 | ||||
* | base-files: add a few default groups to /etc/group so that we can get rid of ↵ | Felix Fietkau | 2011-03-13 | 1 | -0/+7 |
| | | | | | | a few postinst scripts SVN-Revision: 26133 | ||||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 1 | -0/+2 |
SVN-Revision: 5622 |