1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Adds support for privilege DAC_READ_SEARCH (#743)

* Adds support for privilege DAC_READ_SEARCH

* 🚑 Fixes security rating regarding privileges
This commit is contained in:
Franck Nijhof
2018-10-07 19:17:06 +02:00
committed by Pascal Vizeli
parent 79dca1608e
commit da425a0530
3 changed files with 8 additions and 4 deletions

View File

@@ -243,6 +243,7 @@ PRIVILEGED_SYS_TIME = 'SYS_TIME'
PRIVILEGED_SYS_NICE = 'SYS_NICE'
PRIVILEGED_SYS_RESOURCE = 'SYS_RESOURCE'
PRIVILEGED_SYS_PTRACE = 'SYS_PTRACE'
PRIVILEGED_DAC_READ_SEARCH = 'DAC_READ_SEARCH'
FEATURES_SHUTDOWN = 'shutdown'
FEATURES_REBOOT = 'reboot'