diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-06-26 14:09:52 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-06-26 14:09:52 +0000 |
commit | 2bac2a4af436fd5bcf7caa52a7a3a07ca72eee88 (patch) | |
tree | bb6f1d8789301b31f6b4bbeb793a39d3b023ad31 /app/xlockmore/config.h.in | |
parent | c2b1c85bd24d03d90301b4c243953467ead70b36 (diff) |
Implement privilege separation in xlock(1).
With feedback from stsp@, florian@, op@ ok florian@ op@.
Diffstat (limited to 'app/xlockmore/config.h.in')
-rw-r--r-- | app/xlockmore/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/xlockmore/config.h.in b/app/xlockmore/config.h.in index ff00ecd8e..cd8b0ed1b 100644 --- a/app/xlockmore/config.h.in +++ b/app/xlockmore/config.h.in @@ -210,6 +210,9 @@ /* Define this one when using Esound */ #undef DEFAULT_SOUND_DIR +/* Define to enable privilege separation */ +#undef USE_PRIVSEP + /* Allows xlock to run in root window (some window managers have problems) */ #undef USE_VROOT |