[Bug 683463] Review Request: trafficserver - Apache Traffic Server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=683463

--- Comment #19 from Jan-Frode Myklebust <janfrode@xxxxxxxxx> 2011-06-18 10:38:22 EDT ---
Zhao: 

I would suggest you change ATS to use a dedicated user/group, instead of
"nobody". Having configfiles owned by "nobody" could mean that other nobodies
can change them, which sounds bad....

So, 

./configure --enable-layout=Gentoo --libdir=%{_libdir}/trafficserver
--with-tcl=%{_libdir} --with-user traffic --with-group traffic


and in %pre:

getent group traffic >/dev/null || groupadd -r traffic
getent passwd traffic >/dev/null || useradd -r -g traffic -d / -s /sbin/nologin
-c "Apache Traffic Server" traffic

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]