@@ -12,15 +12,15 @@ windows_modules!(
1212#[ path = "setup_orchestrator.rs" ]
1313mod setup;
1414
15+ #[ cfg( target_os = "windows" ) ]
16+ pub use acl:: allow_null_device;
1517#[ cfg( target_os = "windows" ) ]
1618pub use acl:: ensure_allow_write_aces;
1719#[ cfg( target_os = "windows" ) ]
1820pub use acl:: fetch_dacl_handle;
1921#[ cfg( target_os = "windows" ) ]
2022pub use acl:: path_mask_allows;
2123#[ cfg( target_os = "windows" ) ]
22- pub use acl:: allow_null_device;
23- #[ cfg( target_os = "windows" ) ]
2424pub use audit:: apply_world_writable_scan_and_denies;
2525#[ cfg( target_os = "windows" ) ]
2626pub use cap:: load_or_create_cap_sids;
@@ -29,16 +29,18 @@ pub use dpapi::protect as dpapi_protect;
2929#[ cfg( target_os = "windows" ) ]
3030pub 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" ) ]
3632pub use identity:: require_logon_sandbox_creds;
3733#[ cfg( target_os = "windows" ) ]
3834pub use logging:: log_note;
3935#[ cfg( target_os = "windows" ) ]
4036pub 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" ) ]
4244pub use setup:: run_elevated_setup;
4345#[ cfg( target_os = "windows" ) ]
4446pub use setup:: run_setup_refresh;
@@ -55,8 +57,6 @@ pub use token::create_workspace_write_token_with_cap_from;
5557#[ cfg( target_os = "windows" ) ]
5658pub 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" ) ]
6060pub use windows_impl:: run_windows_sandbox_capture;
6161#[ cfg( target_os = "windows" ) ]
6262pub use windows_impl:: CaptureResult ;
0 commit comments