chroot/abstract: add switch_user param to chroot.run_cmd()'s signature
This commit is contained in:
parent
943d5f0675
commit
aacca2ff48
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class AbstractChroot(Protocol):
|
||||||
fail_inactive: bool,
|
fail_inactive: bool,
|
||||||
stdout: Optional[FileDescriptor],
|
stdout: Optional[FileDescriptor],
|
||||||
stderr: Optional[FileDescriptor],
|
stderr: Optional[FileDescriptor],
|
||||||
|
switch_user: Optional[str],
|
||||||
):
|
):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue