Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed May 2, 2024
1 parent c73794d commit a301591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/ksud/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mod ksucalls;
mod module;
mod mount;
mod profile;
#[cfg(target_os = "android")]
#[cfg(any(target_os = "linux", target_os = "android"))]
mod pty;
mod restorecon;
mod sepolicy;
Expand Down

0 comments on commit a301591

Please sign in to comment.