1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Author: Julien Cristau <jcristau@debian.org>
Description: Change the disallowedWindowOps default
Upstream introduced a new 'disallowedWindowOps' resource to fine-tune
which operations are affected by the 'allowWindowOps' setting. After
discussion with the security team, change the default for the new
resource to include all operations.
---
xterm.man | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--- a/xterm.man
+++ b/xterm.man
@@ -3466,11 +3466,7 @@ Report specified function- and other spe
Specify which features will be disabled if \fBallowWindowOps\fP is false.
This is a comma-separated list of names, or (for the controls adapted
from \fIdtterm\fP the operation number).
-The default value is
-.NS
-GetChecksum,GetIconTitle,GetSelection,GetWinTitle,SetSelection,SetXprop
-(i.e., all except a few \*(``dangerous\*('' operations are allowed).
-.NE
+The default value is \*(``*\*('' which matches all names.
.IP
The names are listed below.
\fI\*N\fP ignores capitalization, but
|