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

Adds support for SYS_PTRACE add-on privileges (#697)

This commit is contained in:
Franck Nijhof
2018-09-15 22:05:50 +02:00
committed by Pascal Vizeli
parent 5f3dd6190a
commit 3d459f1b8b
3 changed files with 5 additions and 3 deletions

View File

@@ -238,6 +238,7 @@ PRIVILEGED_IPC_LOCK = 'IPC_LOCK'
PRIVILEGED_SYS_TIME = 'SYS_TIME'
PRIVILEGED_SYS_NICE = 'SYS_NICE'
PRIVILEGED_SYS_RESOURCE = 'SYS_RESOURCE'
PRIVILEGED_SYS_PTRACE = 'SYS_PTRACE'
FEATURES_SHUTDOWN = 'shutdown'
FEATURES_REBOOT = 'reboot'