mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 04:47:56 +00:00
added doc to avoid logging of invokations in syslog
see issue #302 and thanks to @stevesbrain
This commit is contained in:
parent
f42a4c2a0b
commit
d0805084a2
@ -342,6 +342,15 @@ whole system's security: just add such a line to \fI/etc/sudoers\fR:
|
||||
username ALL=NOPASSWD: /usr/local/bin/tomb
|
||||
.EE
|
||||
|
||||
To avoid that tomb execution is logged by \fIsyslog\fR also add:
|
||||
|
||||
.EX
|
||||
Cmnd_Alias TOMB = /usr/local/bin/tomb
|
||||
Defaults!TOMB !syslog
|
||||
.EE
|
||||
|
||||
.SH PASSWORD INPUT
|
||||
|
||||
Password input is handled by the pinentry program: it can be text
|
||||
based or graphical and is usually configured with a symlink. When
|
||||
using Tomb in X11 it is better to use a graphical pinentry-gtk2 or
|
||||
|
Loading…
Reference in New Issue
Block a user