Skip to content
Snippets Groups Projects
Commit 87709001 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Fixed permissions for cli - now it could run everybody who has access to local socket

[*] Submodules updates
parent 2f8fcf06
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 2)
SET( CPACK_PACKAGE_VERSION_MINOR 14)
SET( CPACK_PACKAGE_VERSION_PATCH 6)
SET( CPACK_PACKAGE_VERSION_PATCH 7)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
......
Subproject commit f25dc85439c571a10f40195e3791896b513a473c
Subproject commit 089e77898b3b073ec6578358eda99fe52c49ecc8
......@@ -2,6 +2,7 @@
override_dh_fixperms:
dh_fixperms -X/opt/cellframe-node
chmod 777 /opt/cellframe-node/bin/cellframe-node-cli
override_dh_auto_install:
dh_auto_install -- prefix=/opt/cellframe-node
%:
......
Subproject commit d234e400f1029db23da4a8d82ad4bac90bfb59b6
Subproject commit 268d0cb2829e66f6c0e3b79f2b2fd4741ed51ef7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment