Skip to content

clamav sigs - #3205

Open
doomedraven wants to merge 2 commits into
masterfrom
clamav2
Open

clamav sigs#3205
doomedraven wants to merge 2 commits into
masterfrom
clamav2

Conversation

@doomedraven

Copy link
Copy Markdown
Collaborator

No description provided.

@CyberAbwehr

Copy link
Copy Markdown
cat >> /etc/clamav-unofficial-sigs/user.conf << EOF
# CAPEv2 custom additions
user_configuration_complete="yes"
additional_dbs=(
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/miscreantpunch099.ldb"
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/exexor99.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinclams.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinwave.ign2"
)
EOF

Following error:
-bash: /etc/clamav-unofficial-sigs/user.conf: Permission denied

Solution:

sudo tee -a /etc/clamav-unofficial-sigs/user.conf << EOF
# CAPEv2 custom additions
user_configuration_complete="yes"
additional_dbs=(
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/miscreantpunch099.ldb"
  "https://raw.githubusercontent.com/wmetcalf/clam-punch/master/exexor99.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinclams.ldb"
  "https://raw.githubusercontent.com/twinwave-security/twinclams/master/twinwave.ign2"
)
EOF
usermod -a -G ${USER} clamav

Following error:
usermod: Permission denied.
usermod: cannot lock /etc/passwd; try again later.

Solution:

sudo usermod -a -G ${USER} clamav

@doomedraven

Copy link
Copy Markdown
Collaborator Author

updated thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants