core-admin/qubes/tests
Marek Marczykowski-Górecki 64b83fa95a
admin: raise QubesNoSuchPropertyError for non-existing properties
Accessing non-existing property is a common action (for example
hasattr() do try to access the property). So, introduce specific
exception, inheriting from AttributeError. It will behave very similar
to standard (non-Admin-API) property access.

This exception is reported to the Admin API user, so it will be possible
to distinguish between non-existing property and access denied. But it
isn't any significant information leak, as list of valid properties is
publicly available in the source code.

QubesOS/qubes-issues#853
2017-05-23 04:32:59 +02:00
..
integ Remove tools that are moved to -client repository 2017-05-12 18:43:35 +02:00
tools
vm devices: adjust XML serialization of device options 2017-05-22 17:11:20 +02:00
__init__.py tests: very basic tests for LinuxKernel pool 2017-05-17 11:17:22 +02:00
api_admin.py admin: raise QubesNoSuchPropertyError for non-existing properties 2017-05-23 04:32:59 +02:00
app.py
devices.py Devices-related formating fixes 2017-05-22 03:21:13 +02:00
events.py
extra.py
firewall.py
init.py
run.py
storage_file.py
storage_kernels.py tests: very basic tests for LinuxKernel pool 2017-05-17 11:17:22 +02:00
storage_lvm.py
storage.py
tarwriter.py