mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 23:08:07 +00:00
misc: life_mngr: add a separate config to allow trigger sysreboot
Tracked-On: #7215 Signed-off-by: Fei Li <fei1.li@intel.com>
This commit is contained in:
@@ -24,3 +24,9 @@ DEV_NAME=tty:/dev/ttyS8,/dev/ttyS9,/dev/ttyS10,/dev/ttyS11,/dev/ttyS12,/dev/ttyS
|
||||
# s5_trigger.sh.
|
||||
# For user VM, this field is useless.
|
||||
ALLOW_TRIGGER_S5=/dev/ttyS10
|
||||
|
||||
# The device name of the device which is used to communicate with the VM,
|
||||
# and this VM is allowed to trigger system reboot through executing
|
||||
# system_reboot_trigger_win.py.
|
||||
# For user VM, this field is useless.
|
||||
ALLOW_TRIGGER_SYSREBOOT=/dev/ttyS10
|
||||
|
Reference in New Issue
Block a user