summaryrefslogtreecommitdiffstats
path: root/configuration/debian/tedge_mapper
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-12-09 10:37:55 +0000
committerGitHub <noreply@github.com>2021-12-09 10:37:55 +0000
commit9bd27a3510efafd53f5d412fa90ede20b5191f05 (patch)
treee2d5d7ab42d4d43a50c9260d12518a0682a475d7 /configuration/debian/tedge_mapper
parent3c4066b10b9be97aca2e3c830b2866e8343ecfb8 (diff)
Update docs for supported operations with up to date permissions (#685)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'configuration/debian/tedge_mapper')
-rw-r--r--configuration/debian/tedge_mapper/postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/configuration/debian/tedge_mapper/postinst b/configuration/debian/tedge_mapper/postinst
index 9e27c5ce..c1fc4912 100644
--- a/configuration/debian/tedge_mapper/postinst
+++ b/configuration/debian/tedge_mapper/postinst
@@ -20,8 +20,8 @@ install -g tedge -o tedge -m 755 -d /etc/tedge/operations/az
### Create operation file.
# This allows thin-edge.io components to list and declare supported operations for the cloud provider.
# Some of the examples for Cumulocity IoT supported opertations: https://cumulocity.com/api/10.11.0/#section/Device-management-library/Miscellaneous
-install -g tedge -o tedge -m 664 /dev/null /etc/tedge/operations/c8y/c8y_SoftwareUpdate
-install -g tedge -o tedge -m 664 /dev/null /etc/tedge/operations/c8y/c8y_Restart
-install -g tedge -o tedge -m 664 /dev/null /etc/tedge/operations/c8y/c8y_LogfileRequest
+install -g tedge -o tedge -m 644 /dev/null /etc/tedge/operations/c8y/c8y_SoftwareUpdate
+install -g tedge -o tedge -m 644 /dev/null /etc/tedge/operations/c8y/c8y_Restart
+install -g tedge -o tedge -m 644 /dev/null /etc/tedge/operations/c8y/c8y_LogfileRequest
#DEBHELPER#