Skip to content

Commit 1dd009c

Browse files
committed
[type/__sysctl] Whitelist DSM
1 parent 04781bc commit 1dd009c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

type/__sysctl/manifest

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/bin/sh -e
22
#
33
# 2014 Steven Armstrong (steven-cdist at armstrong.cc)
4+
# 2017 Ľubomír Kučera (lubomir.kucera.jr at gmail.com)
5+
# 2018 Kamila Součková (kamila at ksp.sk)
6+
# 2018 Darko Poljak (darko.poljak at gmail.com)
47
# 2018 Takashi Yoshi (takashi at yoshi.email)
5-
# 2019 Nico Schottelius (nico-cdist at schottelius.org)
8+
# 2016,2017,2019 Nico Schottelius (nico-cdist at schottelius.org)
9+
# 2023,2025 Dennis Camera (dennis.camera at riiengineering.ch)
610
#
711
# This file is part of skonfig-base.
812
#
@@ -26,7 +30,7 @@ os=$(cat "${__global:?}/explorer/os")
2630
case ${os}
2731
in
2832
# Linux
29-
(alpine|redhat|centos|almalinux|eurolinux|rocky|oraclelinux|ubuntu|debian|devuan|archlinux|coreos)
33+
(alpine|redhat|centos|almalinux|eurolinux|rocky|oraclelinux|ubuntu|debian|devuan|archlinux|coreos|dsm)
3034
:
3135
;;
3236
# BSD

0 commit comments

Comments
 (0)