mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 23:35:27 +00:00
Reduce service permissions
This commit is contained in:
parent
1da8f371aa
commit
c8de19a3b6
@ -44,10 +44,12 @@
|
|||||||
DisplayName="Moonlight Internet Streaming Service"
|
DisplayName="Moonlight Internet Streaming Service"
|
||||||
Description="Automatically manages router port forwarding rules required to use Moonlight over the Internet"
|
Description="Automatically manages router port forwarding rules required to use Moonlight over the Internet"
|
||||||
Start="auto"
|
Start="auto"
|
||||||
Account="LocalSystem"
|
Account="NT AUTHORITY\LocalService"
|
||||||
ErrorControl="ignore"
|
ErrorControl="ignore"
|
||||||
Interactive="no">
|
Interactive="no">
|
||||||
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" />
|
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="restricted">
|
||||||
|
<RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege>
|
||||||
|
</ServiceConfig>
|
||||||
</ServiceInstall>
|
</ServiceInstall>
|
||||||
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="MISS" Wait="yes" />
|
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="MISS" Wait="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user