Skip to content

Commit

Permalink
Comments (sec)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Torre committed Jul 12, 2022
1 parent 2974815 commit 51a252f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions FabricHealerApp/ApplicationPackageRoot/ApplicationManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</Settings>
</ConfigOverride>
</ConfigOverrides>
<!--
<!--
Because of certain actions FabricHealer takes in a cluster (deleting files created by or restarting services running at higher elevation, for example),
it may need to run as System user on Windows and root on Linux. Note that you should test FH out NOT running as System and validate that it works for your scenarios.
For user service-level SF API mitigations (RestartCodePackage, RestartReplica, etc), it can (and therefore should) run as default (Network Service on Windows, sfappsuser on Linux).
Expand All @@ -86,9 +86,9 @@
</Policies> -->
</ServiceManifestImport>
<Principals>
<Users>
<!-- LocalSystem AccountType maps to System on Windows and root on Linux. -->
<User Name="SystemUser" AccountType="LocalSystem" />
</Users>
<Users>
<!-- LocalSystem AccountType maps to System on Windows and root on Linux. -->
<User Name="SystemUser" AccountType="LocalSystem" />
</Users>
</Principals>
</ApplicationManifest>

0 comments on commit 51a252f

Please sign in to comment.