Skip to content

Commit a2e9b51

Browse files
committed
cargo fmt
1 parent 252fa63 commit a2e9b51

File tree

1 file changed

+8
-8
lines changed
  • codex-rs/windows-sandbox-rs/src

1 file changed

+8
-8
lines changed

codex-rs/windows-sandbox-rs/src/lib.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ windows_modules!(
1212
#[path = "setup_orchestrator.rs"]
1313
mod setup;
1414

15+
#[cfg(target_os = "windows")]
16+
pub use acl::allow_null_device;
1517
#[cfg(target_os = "windows")]
1618
pub use acl::ensure_allow_write_aces;
1719
#[cfg(target_os = "windows")]
1820
pub use acl::fetch_dacl_handle;
1921
#[cfg(target_os = "windows")]
2022
pub use acl::path_mask_allows;
2123
#[cfg(target_os = "windows")]
22-
pub use acl::allow_null_device;
23-
#[cfg(target_os = "windows")]
2424
pub use audit::apply_world_writable_scan_and_denies;
2525
#[cfg(target_os = "windows")]
2626
pub use cap::load_or_create_cap_sids;
@@ -29,16 +29,18 @@ pub use dpapi::protect as dpapi_protect;
2929
#[cfg(target_os = "windows")]
3030
pub use dpapi::unprotect as dpapi_unprotect;
3131
#[cfg(target_os = "windows")]
32-
pub use policy::parse_policy;
33-
#[cfg(target_os = "windows")]
34-
pub use policy::SandboxPolicy;
35-
#[cfg(target_os = "windows")]
3632
pub use identity::require_logon_sandbox_creds;
3733
#[cfg(target_os = "windows")]
3834
pub use logging::log_note;
3935
#[cfg(target_os = "windows")]
4036
pub use logging::LOG_FILE_NAME;
4137
#[cfg(target_os = "windows")]
38+
pub use policy::parse_policy;
39+
#[cfg(target_os = "windows")]
40+
pub use policy::SandboxPolicy;
41+
#[cfg(target_os = "windows")]
42+
pub use process::create_process_as_user;
43+
#[cfg(target_os = "windows")]
4244
pub use setup::run_elevated_setup;
4345
#[cfg(target_os = "windows")]
4446
pub use setup::run_setup_refresh;
@@ -55,8 +57,6 @@ pub use token::create_workspace_write_token_with_cap_from;
5557
#[cfg(target_os = "windows")]
5658
pub use token::get_current_token_for_restriction;
5759
#[cfg(target_os = "windows")]
58-
pub use process::create_process_as_user;
59-
#[cfg(target_os = "windows")]
6060
pub use windows_impl::run_windows_sandbox_capture;
6161
#[cfg(target_os = "windows")]
6262
pub use windows_impl::CaptureResult;

0 commit comments

Comments
 (0)