1TrustedExtensionsPolicy(4)       File Formats       TrustedExtensionsPolicy(4)
2
3
4

NAME

6       TrustedExtensionsPolicy  -  configuration file for Trusted Extensions X
7       Server Extension
8

SYNOPSIS

10       /usr/X11/lib/X11/xserver/TrustedExtensionsPolicy
11
12
13       /usr/openwin/server/etc/TrustedExtensionsPolicy
14
15

DESCRIPTION

17       TrustedExtensionsPolicy is the configuration file  for  Trusted  Exten‐
18       sions  X Server Extension (SUN_TSOL). SUN_TSOL provides security policy
19       enforcement. This enforcement is  based  on  Mandatory  Access  Control
20       (MAC) and Discretionary Access Control (DAC).
21
22
23       Blank  lines  and  comments  in  the  TrustedExtensionsPolicy  file are
24       ignored. Comments start with a pound sign (#). The format of  the  file
25       is as follows:
26
27         keyword{space|tab}value
28
29
30
31
32       where keyword can be one of the following:
33
34       atom         Label this atom ADMIN_LOW, so that XGetAtomName(3X11) suc‐
35                    ceeds.
36
37
38       property     Instantiate this property once. The default is to  polyin‐
39                    stantiate a property.
40
41
42       selection    Polyinstantiate  this selection. The default is to instan‐
43                    tiate the selection once.
44
45
46       extension    Disable this extension.
47
48
49       privilege    Implicitly allow this window privilege on all clients.
50
51
52
53       For possible keyword values,  see  the  /usr/X11/lib/X11/xserver/Trust‐
54       edExtensionsPolicy  file  for  the  Xorg  X  server.  For Xsun, see the
55       /usr/openwin/server/etc/TrustedExtensionsPolicy file.
56

EXAMPLES

58       The following entry in the TrustedExtensionsPolicy  file  polyinstanti‐
59       ates the Dtpad program:
60
61         selection Dtpad
62
63
64
65
66       If the entry is missing, or commented out, the Dtpad program is instan‐
67       tiated once.
68
69
70       Similarly, the following entry instantiates the  WM_ICON_SIZE  property
71       once:
72
73         property WM_ICON_SIZE
74
75
76
77
78       If the entry is missing, or commented out, the WM_ICON_SIZE property is
79       polyinstantiated.
80

FILES

82       /usr/X11/lib/X11/xserver/TrustedExtensionsPolicy
83
84           Configuration file for Trusted Extensions X Server Extension
85
86

ATTRIBUTES

88       See attributes(5) for descriptions of the following attributes:
89
90
91
92
93       ┌──────────────────────┬────────────────────────────────────┐
94       │   ATTRIBUTE TYPE     │          ATTRIBUTE VALUE           │
95       ├──────────────────────┼────────────────────────────────────┤
96       │Availability          │SUNWxwts                            │
97       ├──────────────────────┼────────────────────────────────────┤
98       │Interface Stability   │Committed                           │
99       └──────────────────────┴────────────────────────────────────┘
100

SEE ALSO

102       XGetAtomName(3X11), attributes(5)
103

NOTES

105       The functionality described on this manual page is  available  only  if
106       the system is configured with Trusted Extensions.
107
108
109
110SunOS 5.11                        20 Jul 2007       TrustedExtensionsPolicy(4)
Impressum