From 671630e09ff1cfa5a1e2be2e455dd633399a6b50 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Fri, 28 Apr 2023 19:42:16 +0300 Subject: [PATCH] add metadata --- library/ix-dev/community/clamav/metadata.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 library/ix-dev/community/clamav/metadata.yaml 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: []