File: 14-manpage-chroot-user-opts.patch

package info (click to toggle)
httptunnel 3.3%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: ansic: 4,754; makefile: 26; sh: 4
file content (28 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Nicolas Collignon <tsointsoin@gmail.com>
Date: Sat, 16 Mar 2024 16:04:36 +0200
Subject: Document --chroot and --user options

Bug-Debian: https://bugs.debian.org/477401

Applied-Upstream: commit:1c52fc1bced251d6c0f86cc1e28d4df5837aadd2
---
 hts.1 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hts.1 b/hts.1
index 918eca9..734c18c 100644
--- a/hts.1
+++ b/hts.1
@@ -51,6 +51,12 @@ don't fork into the background
 .TP
 .B \-p, \-\-pid\-file LOCATION
 write a PID file to LOCATION
+.TP
+.B \-C, \-\-chroot LOCATION
+chroot to LOCATION before serving clients
+.TP
+.B \-u, \-\-user USER
+change user and group identities before serving clients
 .SH AUTHOR
 This manual page was contributed by Teemu Hukkanen <tjhukkan@iki.fi>,
 and was originally written for the Debian GNU/Linux system.