aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout/group
Commit message (Collapse)AuthorAgeFilesLines
* main/alpine-baselayout: add input groupSören Tempel2016-08-111-0/+1
|
* main/alpine-baselayout: drop nut from passwd and groupBartłomiej Piotrowski2016-07-071-1/+0
|
* main/alpine-baselayout: set default permissions for pingNatanael Copa2016-05-311-0/+1
| | | | | | we no longer do suid root ping. allow normal users to ping by default and create a special group called 'ping' to be allowed to ping by default.
* main/alpine-baselayout: remove avahi groupSören Tempel2015-12-141-1/+0
| | | | | It is only used by main/avahi and this package creates the group and user on demand in its .pre-install script.
* main/alpine-baselayout: remove distcc user and groupSören Tempel2015-11-301-1/+0
|
* main/alpine-baselayout: remove gdm userSören Tempel2015-11-181-1/+0
| | | | | | I couldn't find any package reeling on this user, the name suggests that it might be used by the GNOME display manager, however, we don't package the GNOME display manager, therefore we probably don't need this user.
* main/alpine-baselayout: remove mysql user and groupSören Tempel2015-11-181-1/+0
|
* main/alpine-baselayout: don't create named userSören Tempel2015-10-301-1/+0
| | | | | | | The named user and its primary group are already created by the pre-install script provided by the main/bind package. To my knowledge this is the only package which requires the existence of this user it is therefore unnecessary to ship this user by default.
* main/alpine-baselayout: don't create apache and www-data user and groupSören Tempel2015-10-271-2/+0
| | | | | | Those are already created by the main/apache2 package and this should be the only package which needs those. See also: The last commit to this package.
* main/alpine-baselayout: don't create postfix user and postdrop groupSören Tempel2015-10-271-2/+0
| | | | | | Those are only needed by postfix and the postfix package already ensures that these exists in a .pre-install script. Therefore it's completely unnecessary to create these by default on all alpine systems.
* main/alpine-baselayout: create group shadow for read access to /etc/shadowNatanael Copa2013-11-151-0/+1
| | | | radius needs it
* main/alpine-baselayout: rename slocate to locate and add www-data groupNatanael Copa2013-10-281-1/+2
| | | | | | ref #2245 http://lists.alpinelinux.org/alpine-devel/3282.html
* main/alpine-baselayout: upgrade to 2.3.0 and refactorNatanael Copa2013-07-121-0/+54
- host the entire project in aports directly. We will most likely have any changes directly so it does not make sense to host it in separate git repository - set permissions on /etc/shadow on post-install/upgrade - remove floppy and /proc/bus/usb from /etc/fstab - remove qmail user and group. we dont have qmail