0
0
mirror of https://github.com/netdata/netdata.git synced 2024-11-21 15:28:05 +00:00
netdata_netdata/packaging/windows/resources/netdatacli.manifest.in
thiagoftsm 6075275dc4
Windows Permissions (#18443)
* wins_perm: Modify original netdata_claim manifest adding external version

* wins_perm: Add resources to netdatacli

* wins_perm: Add resources to netdata

* win_rename: Restore lines removed. They will be removed in another PR.

* win_perm: Update manifest
2024-09-03 11:30:55 +00:00

17 lines
668 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="@CMAKE_PROJECT_VERSION@"
processorArchitecture="*"
name="netdatacli"
type="win32"/>
<description>The netdatacli executable provides a simple way to control the Netdata agent's operation.</description>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>