File: 902_windowops.diff

package info (click to toggle)
xterm 402-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,336 kB
  • sloc: ansic: 87,059; perl: 9,826; sh: 5,514; makefile: 843; xml: 46; sed: 11
file content (24 lines) | stat: -rw-r--r-- 846 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/xterm.man
+++ b/xterm.man
@@ -3383,8 +3383,8 @@ This is a comma-separated list of names,
 from \fIdtterm\fP the operation number).
 The default value is
 .NS
-20,21,SetXprop,SetSelection
-(i.e., all except a few \*(``dangerous\*('' operations are allowed).
+1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop
+(i.e., no operations are allowed).
 .NE
 .IP
 The names are listed below.