Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: AGPL-3.0-only

library(
identifier: 'jenkins-lib-common@v2.11.2',
identifier: 'jenkins-lib-common@v2.11.3',
retriever: modernSCM([
$class: 'GitSCMSource',
credentialsId: 'jenkins-integration-with-github-account',
Expand Down
2 changes: 1 addition & 1 deletion build/agent/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source=(
"service-discover-legacy.service"
)
sha256sums=(
'24d801a607705c6134d0ed4efd08f3badab46d15c669d6238f5dc046b0be374b'
'3c26a0a04ebec4047a80915c988cddf9a356ed2da71e19b1ae59b905c60a5d0d'
'e0e17bae0bfb978dd52718a03079eaf30c2bf5dba080ca98c2964eb42e02bf14'
)

Expand Down
8 changes: 6 additions & 2 deletions build/agent/service-discover.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ TimeoutStopSec=120s

# Hardening
PrivateTmp=yes
ProtectSystem=strict
ReadWritePaths=/var/lib/service-discover /etc/zextras/service-discover /run/carbonio /tmp
#ProtectSystem=strict
#ReadWritePaths=/var/lib/service-discover /etc/zextras/service-discover /run/carbonio /tmp
ProtectSystem=yes
ReadOnlyPaths=/usr
ReadOnlyPaths=/boot
ReadOnlyPaths=/efi
PrivateDevices=yes
ProtectHome=yes
ProtectKernelModules=yes
Expand Down
2 changes: 1 addition & 1 deletion build/server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source=(
"service-discover-legacy.service"
)
sha256sums=(
'b419dbd9787fe0512ca2b9fb6225444d5bb5e28418a434a10f11571836d597ef'
'3777ea6ca6c77656a92666bd4eeca63df87c67f4b29d3b4dc8abc3bc32b9cc2a'
'5780163ac614276da1c812580686eb8adfdbfe9eebe62397d6a354ca461db1a9'
)

Expand Down
8 changes: 6 additions & 2 deletions build/server/service-discover.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ TimeoutStopSec=120s

# Hardening
PrivateTmp=yes
ProtectSystem=strict
ReadWritePaths=/var/lib/service-discover /etc/zextras/service-discover /run/carbonio /tmp
#ProtectSystem=strict
#ReadWritePaths=/var/lib/service-discover /etc/zextras/service-discover /run/carbonio /tmp
ProtectSystem=yes
ReadOnlyPaths=/usr
ReadOnlyPaths=/boot
ReadOnlyPaths=/efi
PrivateDevices=yes
ProtectHome=yes
ProtectKernelModules=yes
Expand Down