HP Visualize J5000 HP Workstations - Graphics Administration Guide For Red Hat - Page 66

Security file format, <not dqoute&gt

Page 66 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 , ignore the text after the /; it is used to distinguish between instances of in the next section.

  • 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

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 Red Hat Linux 6.2