The missing files from the previous pull request#320
Open
freekdk wants to merge 3 commits intoDShield-ISC:mainfrom
Open
The missing files from the previous pull request#320freekdk wants to merge 3 commits intoDShield-ISC:mainfrom
freekdk wants to merge 3 commits intoDShield-ISC:mainfrom
Conversation
added 2 commits
November 13, 2025 11:58
- fixed missing ${TMPDIR}
- adapted to work with newest cowrie
- adapted to work in openSUSE with selinux
modified: bin/makecert.sh
- fixed issue with location of dshield.sslca
modified: bin/status.sh
- fixed egrep to grep -E
modified: bin/update.sh
- fixed egrep to grep -E
modified: bin/updatehoneypotip.sh
- fixed egrep to grep -E
- fixed location of dshield.ini
modified: docs/install-instructions/openSUSE.md
- updated documentation for openSUSE
modified: srv/dshield/DShield.patch
- extra character, C, used in line in dshield.log
new files needed for selinux in openSUSE and new version of cowrie
- etc/cowrie.pp
- etc/cowrie1.pp
- srv/cowrie/bin/
- fixed egrep to grep -E and /etc/dshield.ini new files: - etc/cowrie.pp - etc/cowrie1.pp - srv/cowrie/bin/cowrie
- openSUSE requires a newer version of cowrie; taken from the github repository of cowrie in this install.sh modified: docs/install-instructions/openSUSE.md - documented both the procedure for Tumbleweed an Leap 16.0 deleted: etc/cowrie.pp deleted: etc/cowrie1.pp - found a better method to make "systemctl start cowrie" working in selinux environment Committer: Freek de Kruijf <f.de.kruijf@gmail.com>
Contributor
Author
|
First see comments in previous 2 commits. This commit documents the changes to support also openSUSE Leap 16.0 and the need of openSUSE to use a newer version of cowrie which will be taken from the github repository of cowrie. Also a better method to make "systemctl start cowrie" run in a selinux environment has been found without the need for .pp files. |
Contributor
Author
|
For extra test, works OK in Raspbian OS from October 1st, 2025 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See comment of previous pull request