HP Visualize J5000 hp workstations - hp-ux 10.20 graphics administration guide - Page 147

Security File Format, Character sets

Page 147 highlights

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. ::= * ::= 'n' ::= | | | ::= # * 'n' ::= 'n' ::= 'n' ::= property 'n' ::= ::= any | | ::= | ::= = ::= [ | | ]* ::= r | w | d ::= a | i | e ::= | | ::= " * " ::= ' * ' ::= +

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171

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> *
<version line>
::= <string/v> 'n'
<other line>
::= <comment> | <access rule> | <site policy> |
<blank line>
<comment >
::= # <not newline>* 'n'
<blank line>
::= <space> 'n'
<site policy >
::= <sitepolicy string/sp> 'n'
<access rule>
::= property <property/ar> <window perms> 'n'
<property>
::= <string>
<window>
::= any | <root> | <required property>
<required property>
::= <property/rp> | <property with value>
<property with value>
::= <property/rpv> = <string/rv>
<perms>
::= [ <operation> | <action> | <space> ]*
<operation>
::= r | w | d
<action>
::= a | i | e
<string>
::= <dbl quoted string> | <single quoted string> |
<unquoted string>
<dbl quoted string>
::= <space> " <not dqoute>* " <space>
<single quoted string>
::= <space> ' <not squote>* ' <space>
<unquoted string>
::= <space> <not space>+ <space>
<space>
::= [ ' ' | 't' ]*
Character sets:
<not newline>
::= any character except 'n'
<not dqoute>
::= any character except "
<not squote>
::= any character except '
<not space>
::= any character except those in <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.
Graphics Administration Guide for HP-UX 10.20
Page 147