X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fcontrol;h=02fa0cbf534d332b7f6d5ade27721ed8bbb3a9bd;hb=2cbcd670c5dfcda374720737fa5a5cd0be93e338;hp=1cfde2f9c5b3cc484b9e2c4c336922982849ced1;hpb=b533cc91878e52c55d3b2154728f25abb203c5ce;p=userv-utils.git diff --git a/debian/control b/debian/control index 1cfde2f..02fa0cb 100644 --- a/debian/control +++ b/debian/control @@ -5,16 +5,19 @@ Maintainer: Ian Jackson Standards-Version: 3.7.0.0 Build-Depends: debhelper (>= 8) -Package: userv-ipif +Package: userv-utils Architecture: any -Depends: userv, ${shlibs:Depends}, ${misc:Depends} -Recommends: ssh -Description: VPN system (and user-mode network interface) - userv-ipif is a userv service to allow non-root users to create - network interfaces implemented in user space. +Depends: userv +Recommends: ${perl:Depends}, ${misc:Depends} +Description: privsep utilities collection + Several small userv services, which allow certain system configuration + actions to be delegated. In each case the service is disabled unless + enabled by symlink /etc/userv/services.d/* -> ../services-available/*. . - The default configuration does set up any users with permission to - create network interfaces such as VPN endpoints. + ipif - allow non-root users to create network interfaces + mailq - allow users to view the mail queue + ndc-reload - allow certain users to reload the nameserver + checkpasswd-* - allow users to run a UNIX password check Package: userv-dyndns Architecture: all @@ -27,8 +30,8 @@ Description: dynamic DNS for shell account users Typically, this can be used to provide a `dyndns.org'-like service which is modifiable by shell account users. . - The default configuration does not set up any users with permission - to modify the DNS. + The default configuration creates the infrastructure (including a + service user) but does not allow any users to modify the DNS. Package: userv-cgi Architecture: any @@ -73,16 +76,3 @@ Description: per-user git daemon service the line from /usr/share/doc/examples/userv-git-daemon.inetd into /etc/inetd.conf and (b) specifically list hostnames and target directories in /etc/userv/git-urlmap. - -Package: userv-misc -Architecture: all -Depends: userv -Recommends: ${perl:Depends}, ${misc:Depends} -Description: miscellaneous small userv scripts - This package a few small userv services. Since you must choose - whether to install this package or not as one lump, the default - configuration for each script does not give users any new abilities. - . - mailq - allow users to view the mail queue - ndc-reload - allow certain users to reload the nameserver - checkpasswd-* - allow users to run a UNIX password check