diff options
author | June McEnroe <june@causal.agency> | 2020-08-16 17:28:57 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-16 17:28:57 -0400 |
commit | 7d04a0f5e055a9067e0f6618de54c3bd56bdc999 (patch) | |
tree | 2d46aedcc2bc33f2ff990096f1999efc5c0bdf74 /catsit.conf.5 | |
parent | Clear groups list for services (diff) | |
download | catsit-7d04a0f5e055a9067e0f6618de54c3bd56bdc999.tar.gz catsit-7d04a0f5e055a9067e0f6618de54c3bd56bdc999.zip |
Add privileged services
This allows running things like kfcgi which do their own privilege dropping and chrooting. Need to update the examples with something like that.
Diffstat (limited to '')
-rw-r--r-- | catsit.conf.5 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/catsit.conf.5 b/catsit.conf.5 index 36fc463..eee5ed2 100644 --- a/catsit.conf.5 +++ b/catsit.conf.5 @@ -1,4 +1,4 @@ -.Dd August 13, 2020 +.Dd August 16, 2020 .Dt CATSIT.CONF 5 .Os . @@ -45,6 +45,19 @@ is executed using the shell. The shell variable .Va $0 is set to the name of the service. +. +.It Ar @service Ar command ... +Service names beginning with +.Ql @ +define +.Em privileged +services, +which are started with the same user and group as +.Xr catsitd 8 . +This can be used for services +which drop their own privileges +or which call +.Xr chroot 2 . .El . .Sh EXAMPLES |