diff options
author | stefan <stefan@FreeBSD.org> | 2010-11-11 18:31:35 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-11-11 18:31:35 +0800 |
commit | 1d84e0ea2c2872b10370a6aec1a769b4bf5715fd (patch) | |
tree | 53b252f4f4b92bdf2070c04cfaca5a2c0ac0d3e9 /UIDs | |
parent | 250fff78769c662973de6cfbdb12860847c77271 (diff) | |
download | freebsd-ports-gnome-1d84e0ea2c2872b10370a6aec1a769b4bf5715fd.tar.gz freebsd-ports-gnome-1d84e0ea2c2872b10370a6aec1a769b4bf5715fd.tar.zst freebsd-ports-gnome-1d84e0ea2c2872b10370a6aec1a769b4bf5715fd.zip |
* Sets up a uhub UID and GID for the daemon to run as.
* Modifies configuration file permissions to restrict them to root and the above
GID.
* Patches uhub source so that PREFIX/etc/uhub/uhub.conf is the compiled in
default configuration file.
* rc.d script changes - enable above uid/gid, enable syslog logging, simplify.
PR: 151819
Submitted by: Aragon Gouveia <aragon@phat.za.net>
Approved by: maintainer
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ _iodined:*:353:353::0:0:Iodine Daemon:/nonexistent:/usr/sbin/nologin httptunnel:*:361:361::0:0:httptunnel Daemon:/nonexistent:/usr/sbin/nologin ldap:*:389:389::0:0:OpenLDAP Server:/nonexistent:/usr/sbin/nologin tiarra:*:398:398::0:0:Tiarra IRC Proxy:/nonexistent:/usr/sbin/nologin +uhub:*:411:411::0:0:uHub ADC Daemon:/nonexistent:/usr/sbin/nologin drweb:*:426:426::0:0:Dr.Web Mail Scanner:/nonexistent:/usr/sbin/nologin callweaver:*:444:444::0:0:Callweaver account:/var/lib/callweaver:/usr/sbin/nologin courier:*:465:465::0:0:Courier Mail Server:/nonexistent:/usr/sbin/nologin |