We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30194bf commit 6828575Copy full SHA for 6828575
src/windows/spawn.rs
@@ -170,7 +170,7 @@ pub(in crate::windows) fn spawn(
170
0,
171
&mut proc_thread_attr_list_len,
172
))?;
173
- security_capabilities = sandbox.profile.get_security_capabilities();
+ /*security_capabilities = sandbox.profile.get_security_capabilities();
174
Cvt::nonzero(UpdateProcThreadAttribute(
175
startup_info.lpAttributeList,
176
@@ -179,7 +179,7 @@ pub(in crate::windows) fn spawn(
179
std::mem::size_of::<SECURITY_ATTRIBUTES>(),
180
std::ptr::null_mut(),
181
182
- ))?;
+ ))?;*/
183
184
startup_info.StartupInfo.cb = size_of::<STARTUPINFOEXW>() as u32;
185
startup_info.StartupInfo.dwFlags = STARTF_USESTDHANDLES;
0 commit comments