From e7225b64469b6ada187764ee9f663ad1039f20b0 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 14 Jul 2023 04:23:58 -0300 Subject: feature: add doas support in firecfg and jailcheck Closes #5899. Suggested-by: @shaggonit --- src/man/firecfg.1.in | 4 +++- src/man/jailcheck.1.in | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src/man') diff --git a/src/man/firecfg.1.in b/src/man/firecfg.1.in index 42add6a41..a85fbc5da 100644 --- a/src/man/firecfg.1.in +++ b/src/man/firecfg.1.in @@ -23,7 +23,9 @@ The integration covers: - programs started by clicking on file icons in file manager - only Cinnamon, KDE, LXDE/LXQT, MATE and XFCE desktop managers are supported in this moment .RE - +.PP +Note: The examples use \fBsudo\fR, but \fBdoas\fR is also supported. +.PP To set it up, run "sudo firecfg" after installing Firejail software. The same command should also be run after installing new programs. If the program is supported by Firejail, the symbolic link in /usr/local/bin diff --git a/src/man/jailcheck.1.in b/src/man/jailcheck.1.in index e889ea91b..eea5987b7 100644 --- a/src/man/jailcheck.1.in +++ b/src/man/jailcheck.1.in @@ -24,9 +24,8 @@ them from inside the sandbox. \fB5. Seccomp test .TP \fB6. Networking test -.TP -The program is started as root using sudo. - +.PP +The program should be started using \fBsudo\fR or \fBdoas\fR. .SH OPTIONS .TP \fB\-\-debug -- cgit v1.2.3-54-g00ecf