hit counter script

Security File Format - HP b2600 Administration Manual

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

Advertisement

Security File Format

The syntax of the security policy file is as follows. Notation: "*" means zero or more occurrences of the
preceding element, and "+" means one or more occurrences. To interpret xxx/yyy, ignore the text after
the /; it is used to distinguish between instances of xxx in the next section.
<policy file>
<version line>
<other line>
<comment >
<blank line>
<site policy >
<access rule>
<property>
<window>
<required property>
<property with value>
<perms>
<operation>
<action>
<string>
<dbl quoted string>
<single quoted string>
<unquoted string>
<space>
<not newline>
<not dqoute>
<not squote>
<not space>
The semantics associated with the above syntax are as follows.
<version line>, the first line in the file, specifies the file format version. If the server does not recognize
the version <string/v>, it ignores the rest of the file. The version string for the file format described here
is "version-1".
Once past the <version line>, lines that do not match the above syntax are ignored.
<comment lines> are ignored.
Page 147
Character sets:
Graphics Administration Guide for HP-UX 10.20
::= <version line> <other line> *
::= <string/v> 'n'
::= <comment> | <access rule> | <site policy> |
<blank line>
::= # <not newline>* 'n'
::= <space> 'n'
::= <sitepolicy string/sp> 'n'
::= property <property/ar> <window perms> 'n'
::= <string>
::= any | <root> | <required property>
::= <property/rp> | <property with value>
::= <property/rpv> = <string/rv>
::= [ <operation> | <action> | <space> ]*
::= r | w | d
::= a | i | e
::= <dbl quoted string> | <single quoted string> |
<unquoted string>
::= <space> " <not dqoute>* " <space>
::= <space> ' <not squote>* ' <space>
::= <space> <not space>+ <space>
::= [ ' ' | 't' ]*
::= any character except 'n'
::= any character except "
::= any character except '
::= any character except those in <space>

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents