su: allocate new pty (#1693)

This commit is contained in:
5ec1cff
2024-05-07 19:02:59 +08:00
committed by GitHub
parent f2816653d9
commit 935dc18faa
8 changed files with 233 additions and 8 deletions

View File

@@ -43,3 +43,5 @@ pub const VERSION_NAME: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_N
pub const KSU_BACKUP_DIR: &str = WORKING_DIR;
pub const KSU_BACKUP_FILE_PREFIX: &str = "ksu_backup_";
pub const BACKUP_FILENAME: &str = "stock_image.sha1";
pub const PTS_NAME: &str = "pts";