Revert "su: allocate new pty (#1693)"

This reverts commit 935dc18faa.
This commit is contained in:
weishu
2024-05-08 21:17:24 +08:00
parent 98757bcdb3
commit a3df721b84
7 changed files with 2 additions and 236 deletions

View File

@@ -9,8 +9,6 @@ mod ksucalls;
mod module;
mod mount;
mod profile;
#[cfg(any(target_os = "linux", target_os = "android"))]
mod pty;
mod restorecon;
mod sepolicy;
mod su;