Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 1, 2023
1 parent fb9e209 commit 671630e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions library/ix-dev/community/clamav/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: ClamAV runs as root user.
capabilities:
- name: CHOWN
description: ClamAV is able to chown files.
- name: FOWNER
description: ClamAV is able bypass permission checks for it's sub-processes.
- name: DAC_OVERRIDE
description: ClamAV is able to bypass permission checks.
- name: SETGID
description: ClamAV is able to set group ID for it's sub-processes.
- name: SETUID
description: ClamAV is able to set user ID for it's sub-processes.
hostMounts: []

0 comments on commit 671630e

Please sign in to comment.