summaryrefslogtreecommitdiffstats
path: root/packaging/windows/resources/netdatacli.manifest.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-09 08:36:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 11:21:20 +0000
commiteae52fdaa9298e00f14b0b6256400d200db9c373 (patch)
treea3040a19bd024295ded05370853647bab9d7c225 /packaging/windows/resources/netdatacli.manifest.in
parentAdding upstream version 1.47.5. (diff)
downloadnetdata-upstream/2.0.3.tar.xz
netdata-upstream/2.0.3.zip
Adding upstream version 2.0.3.upstream/2.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/windows/resources/netdatacli.manifest.in')
-rw-r--r--packaging/windows/resources/netdatacli.manifest.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/packaging/windows/resources/netdatacli.manifest.in b/packaging/windows/resources/netdatacli.manifest.in
new file mode 100644
index 000000000..ff2f48d31
--- /dev/null
+++ b/packaging/windows/resources/netdatacli.manifest.in
@@ -0,0 +1,16 @@
+<?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>