core-admin/qubespolicy/tests
Marek Marczykowski-Górecki 68b6f1ec76
qubespolicy: use '@' instead of '$' for policy keywords
Using '$' is easy to misuse in shell scripts, shell commands etc. After
all this years, lets abandon this dangerous character and move to
something safer: '@'. The choice was made after reviewing specifications
of various shells on different operating systems and this is the
character that have no special meaning in none of them.

To preserve compatibility, automatically translate '$' to '@' when
loading policy files.
2018-02-19 03:33:40 +01:00
..
__init__.py qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00
cli.py qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00
gtkhelpers.py qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00
rpcconfirmation.py qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00