Discussion:
[chromium-discuss] RUN ELECTRON (CHROMIUM) AS SYSTEM PRIVILEGES
Matteo Annibali
2018-06-27 08:02:09 UTC
Permalink
Hi,
I'm facing on a very edge problem, please help me!

I need to run my electron processes (CHROMIUM ) as System provileges in
order to view and manage the Windows UAC messages for my new Remote Desktop
Application.

I use psexec -s -i <exepath> but my processes (3) run WITH NO USER (see
attach)



Maybe it's for Electron and Chromium Architecture?

*Digging around I found it's may for CHROMIUM SANDBOX:*

*
<https://chromium.googlesource.com/chromium/src/+/b4730a0c2773d8f6728946013eb812c6d3975bec/docs/design/sandbox.md#sandbox-restrictions>Sandbox
restrictions*
*At its core, the sandbox relies on the protection provided by four
Windows mechanisms:*
- *A restricted token*
- *The Windows job object*
- *The Windows desktop object*
- *Windows Vista and above: The integrity levels*
How I can set Chromium sandbox to INTEGRITY LEVELS in order to catch my
UAC Windows messages?

Thanks!
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...