HP b2600 Administration Manual page 149

Hp b2600: supplementary guide
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

An <action> applies to all <operations> that follow it, until the next <action> is encountered. Thus,
"irwad" means "ignore read and write, allow delete."
GetProperty and RotateProperties may do multiple operations (r and d, or r and w). If different actions
apply to the operations, the most severe action is applied to the whole request; there is no partial request
execution. The severity ordering is:
allow < ignore < error
Thus, if the <perms> for a property are ired (ignore read, error delete), and an untrusted client attempts
GetProperty on that property with delete=True, an error is returned, but the property value is not.
Similarly, if any of the properties in a RotateProperties do not allow both read and write, an error is
returned without changing any property values.
Here is an example security policy file.
version-1
# Allow reading of application resources, but not writing.
property RESOURCE_MANAGER
property SCREEN_RESOURCES
# Ignore attempts to use cut buffers. Giving errors causes apps to crash,
# and allowing access may give away too much information.
property CUT_BUFFER0 root irw
property CUT_BUFFER1 root irw
property CUT_BUFFER2 root irw
property CUT_BUFFER3 root irw
property CUT_BUFFER4 root irw
property CUT_BUFFER5 root irw
property CUT_BUFFER6 root irw
property CUT_BUFFER7 root irw
# If you are using Motif, you may want these.
property _MOTIF_DEFAULT_BINDINGS
property _MOTIF_DRAG_WINDOW
property _MOTIF_DRAG_TARGETS any
property _MOTIF_DRAG_ATOMS
property _MOTIF_DRAG_ATOM_PAIRS any
# The next two rules let xwininfo -tree work when untrusted.
property WM_NAME
# Allow read of WM_CLASS, but only for windows with WM_NAME.
# This might be more restrictive than necessary, but demonstrates
# the <required property> facility, and is also an attempt to
Page 149
root ar iw
root ar iw
root ar iw
any
ar iw
any
ar
Graphics Administration Guide for HP-UX 10.20
root ar iw
ar iw
ar iw

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents