Skip to content

Commit

Permalink
update the security consideration with the 1.1.0 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshplus committed Oct 15, 2024
1 parent 932c472 commit 9b880e7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions reference/win32service/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,17 @@
</para>
<para>
You can set the ACL on the service after adding it into SCM to delegate the
current administration tasks to an non administrator account or service account.
For further instructions, see the
current administration tasks to a non administrator account or service account.
</para>
<para>
Since Win32Service 1.1.0, you can manage service rights with PHP. Read the actual ACLs with
<link linkend="function.win32-read-all-rights-access-service">win32_read_all_rights_access_service</link>, add an
access or deny right with <link linkend="function.win32-add-right-access-service">win32_add_right_access_service</link>
or remove an access with <link linkend="function.win32-remove-right-access-service">win32_remove_right_access_service</link>.
</para>
<para>
If you use a previous version of Win32Service 1.1.0, please consider upgrading.
For further instructions to manage rights without the extension, see the
<link xlink:href="https://support.microsoft.com/en-us/help/914392/best-practices-and-guidance-for-writers-of-service-discretionary-acces">Microsoft Knowledge Base</link>.
</para>
</section>
Expand Down

0 comments on commit 9b880e7

Please sign in to comment.