Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

trustedextensionspolicy(4) [opensolaris man page]

TrustedExtensionsPolicy(4)					   File Formats 					TrustedExtensionsPolicy(4)

NAME
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. 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 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +----------------------+------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +----------------------+------------------------------------+ |Availability |SUNWxwts | +----------------------+------------------------------------+ |Interface Stability |Committed | +----------------------+------------------------------------+ SEE ALSO
XGetAtomName(3X11), attributes(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 TrustedExtensionsPolicy(4)

Check Out this Related Man Page

XTSOLsetPropLabel(3XTSOL)			 Trusted Extensions to X Windows Library Functions			 XTSOLsetPropLabel(3XTSOL)

NAME
XTSOLsetPropLabel - set the label associated with a property hanging on a window SYNOPSIS
cc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Status XTSOLsetPropLabel(*display, window, property, *sl); Display *display; Window window; Atom property; m_label_t *sl; PARAMETERS
display Specifies a pointer to the Display structure; returned from XOpenDisplay(). window Specifies the ID of the window whose property's label you want to change. property Specifies the property atom. sl Specifies a pointer to a sensitivity label. DESCRIPTION
The XTSOLsetPropLabel() function changes the sensitivity label that is associated with a property hanging on a window. The client must have the PRIV_WIN_DAC_WRITE, PRIV_WIN_MAC_WRITE, and PRIV_WIN_UPGRADE_SL privileges. RETURN VALUES
None. ERRORS
BadAccess Lack of privilege. BadWindow Not a valid window. BadAtom Not a valid atom. BadValue Not a valid sl. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+ SEE ALSO
libXtsol(3LIB), XTSOLgetPropAttributes(3XTSOL), XTSOLgetPropLabel(3XTSOL), attributes(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 XTSOLsetPropLabel(3XTSOL)
Man Page