JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Solaris Trusted Extensions Reference Manual
search filter icon
search icon

Document Information

Preface

Introduction

User Commands

System Administration Commands

System Calls

Trusted Extensions Library

X Library Extensions

File Formats

label_encodings(4)

sel_config(4)

tnrhdb(4)

tnrhtp(4)

tnzonecfg(4)

TrustedExtensionsPolicy(4)

Standards, Environments, and Macros

Index

TrustedExtensionsPolicy

- configuration file for Trusted Extensions X Server Extension

Synopsis

/usr/X11/lib/X11/xserver/TrustedExtensionsPolicy
/usr/openwin/server/etc/TrustedExtensionsPolicy

Description

TrustedExtensionsPolicy is the configuration file for Trusted Extensions X Server Extension (SUN_TSOL). SUN_TSOL provides security policy enforcement. This enforcement is based on Mandatory Access Control (MAC) and Discretionary Access Control (DAC).

Blank lines and comments in the TrustedExtensionsPolicy file are ignored. Comments start with a pound sign (#). The format of the file is as follows:

keyword{space|tab}value

where keyword can be one of the following:

atom

Label this atom ADMIN_LOW, so that XGetAtomName(3X11) succeeds.

property

Instantiate this property once. The default is to polyinstantiate a property.

selection

Polyinstantiate this selection. The default is to instantiate the selection once.

extension

Disable this extension.

privilege

Implicitly allow this window privilege on all clients.

For possible keyword values, see the /usr/X11/lib/X11/xserver/TrustedExtensionsPolicy file for the Xorg X server. For Xsun, see the /usr/openwin/server/etc/TrustedExtensionsPolicy file.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
SUNWxwts

Examples

The following entry in the TrustedExtensionsPolicy file polyinstantiates the Dtpad program:

selection Dtpad

If the entry is missing, or commented out, the Dtpad program is instantiated once.

Similarly, the following entry instantiates the WM_ICON_SIZE property once:

property WM_ICON_SIZE

If the entry is missing, or commented out, the WM_ICON_SIZE property is polyinstantiated.

Files

/usr/X11/lib/X11/xserver/TrustedExtensionsPolicy

Configuration file for Trusted Extensions X Server Extension

See Also

XGetAtomName(3X11), attributes(5)