@@ -96,7 +96,7 @@ There must be only one `<policy>` tag per policy file.
9696
9797Attributes:
9898- ** version** : declared version of schema version in use
99- - Allows for advancing future revisions of the schema
99+ - Allows for advancing future revisions of the schema
100100
101101### ` <profiles> ` Tag
102102
@@ -153,11 +153,11 @@ A group of `<topic>` tags with the specified permissions.
153153
154154Attributes:
155155- ** publish** : Whether or not publication on this set of topics is allowed
156- - i.e. whether the node can be a topic publisher
157- - Valid values are "ALLOW" or "DENY"
156+ - i.e. whether the node can be a topic publisher
157+ - Valid values are "ALLOW" or "DENY"
158158- ** subscribe** : Whether or not subscription on this set of topics is allowed
159- - i.e. whether the node can be a topic subscriber
160- - Valid values are "ALLOW" or "DENY"
159+ - i.e. whether the node can be a topic subscriber
160+ - Valid values are "ALLOW" or "DENY"
161161
162162
163163### ` <services> ` Tag
@@ -166,11 +166,11 @@ A group of `<service>` tags with the specified permissions.
166166
167167Attributes:
168168- ** request** : Whether or not requesting the service is allowed
169- - i.e. whether the node can be a service client
170- - Valid values are "ALLOW" or "DENY"
169+ - i.e. whether the node can be a service client
170+ - Valid values are "ALLOW" or "DENY"
171171- ** reply** : Whether or not replying to service requests is allowed
172- - i.e. whether the node can be a service server
173- - Valid values are "ALLOW" or "DENY"
172+ - i.e. whether the node can be a service server
173+ - Valid values are "ALLOW" or "DENY"
174174
175175
176176### ` <actions> ` Tag
@@ -179,11 +179,11 @@ A group of `<action>` tags with the specified permissions.
179179
180180Attributes:
181181- ** call** : Whether or not calling the action is allowed
182- - i.e. whether the node can be an action client
183- - Valid values are "ALLOW" or "DENY"
182+ - i.e. whether the node can be an action client
183+ - Valid values are "ALLOW" or "DENY"
184184- ** execute** : Whether or not executing the action is allowed
185- - i.e. whether the node can be an action server
186- - Valid values are "ALLOW" or "DENY"
185+ - i.e. whether the node can be an action server
186+ - Valid values are "ALLOW" or "DENY"
187187
188188## Templating
189189
@@ -197,11 +197,11 @@ The pipeline stages for targeting Secure DDS for example is as follows:
1971972 . At this point the document tree may or may not be pruned to a particular profile
1981982 . The valid document is then transpiled using the transform template
1991992 . For each profile, a matching DDS grant is appended into the permission document
200- - privileges and namespaces are remapped into a DDS centric representations
201- - privileges with matching attributes are conjoined to reduce payload size
202- - duplicate objects in the same privilege are pruned to reduce payload size
203- - privileges are sored deny first, abiding the priority of qualifiers when using DDS
204- - objects are also sorted alphabetically to improve readability and change diffs
200+ - privileges and namespaces are remapped into a DDS centric representations
201+ - privileges with matching attributes are conjoined to reduce payload size
202+ - duplicate objects in the same privilege are pruned to reduce payload size
203+ - privileges are sored deny first, abiding the priority of qualifiers when using DDS
204+ - objects are also sorted alphabetically to improve readability and change diffs
205205
206206## Alternatives
207207
0 commit comments