Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c1174ccba8d6ec77557cbc9176529351d7e6c714 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[description]
Enables the unix setUID configuration so that the server
may be started as root to open privileged ports/files before
changing to a restricted user (eg jetty).

[depend]
server

[lib]
lib/setuid/jetty-setuid-java-1.0.3.jar

[xml]
etc/jetty-setuid.xml

[ini-template]
## SetUID Configuration
# jetty.setuid.startServerAsPrivileged=false
# jetty.setuid.userName=jetty
# jetty.setuid.groupName=jetty
# jetty.setuid.umask=002

Back to the top