diff options
author | Wolfgang Müller | 2024-10-11 11:21:57 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-10-11 11:21:57 +0200 |
commit | 5cf04d526d0d18af72fc10652db78511ffb8646b (patch) | |
tree | 340d18a492e9939c7faeab53f7b81c72c7fe1ff7 | |
parent | d95bcd4f35eeec546b1f2d0bec46a6e50e706830 (diff) | |
download | lifeboat-5cf04d526d0d18af72fc10652db78511ffb8646b.tar.gz |
-rw-r--r-- | lifeboat.1 | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.Dd April 30, 2021 +.Dd October 11, 2024 .Dt LIFEBOAT 1 .Os .Sh NAME @@ -126,6 +126,22 @@ As per upstream recommendation this is the restic binary with the capability set. This allows restic to access any file on the system without needing root permissions. +.Pp +We recommend running +.Nm lifeboat +under its own user account, with only that user account having access +to the +.Em restic-priv +binary. +To facilitate this, +.Nm lifeboat +extends +.Ev PATH +with the +.Pa bin/ +directory under +.Ev HOME . +. .Sh ENVIRONMENT .Nm will export the following environment variables for use in the |