Revert to an unrestricted service SID to address some app-compat issues with 3rd party Winsock providers

This commit is contained in:
Cameron Gutman 2019-09-28 14:11:32 -07:00
parent b37b99e9c3
commit 0fdbee831b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c1d7dbe8462a75bae5d816c0c72b846a4bfb147d Subproject commit 25d0eaeee5d2c2e4c4d51abab074f77a8150a7c5

View File

@ -47,7 +47,7 @@
Account="NT AUTHORITY\LocalService" Account="NT AUTHORITY\LocalService"
ErrorControl="ignore" ErrorControl="ignore"
Interactive="no"> Interactive="no">
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="restricted"> <ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="unrestricted">
<RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege> <RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege>
</ServiceConfig> </ServiceConfig>
</ServiceInstall> </ServiceInstall>