Fixing setuid.mod to use specific version of jar
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
95f20ddfeb
commit
5b7472f616
|
@ -1,4 +1,4 @@
|
|||
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
|
||||
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
|
||||
|
||||
[description]
|
||||
Enables the unix setUID configuration so that the server
|
||||
|
@ -9,7 +9,7 @@ changing to a restricted user (eg jetty).
|
|||
server
|
||||
|
||||
[lib]
|
||||
lib/setuid/*.jar
|
||||
lib/setuid/jetty-setuid-java-1.0.4.jar
|
||||
|
||||
[xml]
|
||||
etc/jetty-setuid.xml
|
||||
|
|
Loading…
Reference in New Issue