Reverted the change on PR #403

This commit is contained in:
budtmo 2024-05-03 17:59:42 +02:00
parent fbd31b9076
commit 0702f34bd3

View File

@ -134,10 +134,6 @@ class Emulator(Device):
self.logger.info(f"{self.device_type} is created!")
def change_permission(self) -> None:
not_first_run = self.is_initialized()
if not_first_run:
return
kvm_path = "/dev/kvm"
if os.path.exists(kvm_path):
cmds = (f"sudo chown 1300:1301 {kvm_path}",