diff --git a/library/ix-dev/community/clamav/metadata.yaml b/library/ix-dev/community/clamav/metadata.yaml new file mode 100644 index 00000000000..27f2cf9ca2e --- /dev/null +++ b/library/ix-dev/community/clamav/metadata.yaml @@ -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: []