From: "Sugar, David" <dsugar@tresys.com> To: "selinux-refpolicy@vger.kernel.org" <selinux-refpolicy@vger.kernel.org> Subject: [PATCH] Allow freshclam to read sysctl_crypto_t Date: Mon, 25 Feb 2019 23:37:45 +0000 Message-ID: <20190225233708.15319-3-dsugar@tresys.com> (raw) In-Reply-To: <20190225233708.15319-1-dsugar@tresys.com> type=AVC msg=audit(1550894180.137:3099): avc: denied { search } for pid=11039 comm="freshclam" name="crypto" dev="proc" ino=208 scontext=sysadm_u:sysadm_r:freshclam_t:s0-s0:c0.c1023 tcontext=system_u:object_r:sysctl_crypto_t:s0 tclass=dir permissive=1 type=AVC msg=audit(1550894180.137:3099): avc: denied { read } for pid=11039 comm="freshclam" name="fips_enabled" dev="proc" ino=209 scontext=sysadm_u:sysadm_r:freshclam_t:s0-s0:c0.c1023 tcontext=system_u:object_r:sysctl_crypto_t:s0 tclass=file permissive=1 type=AVC msg=audit(1550894180.137:3099): avc: denied { open } for pid=11039 comm="freshclam" path="/proc/sys/crypto/fips_enabled" dev="proc" ino=209 scontext=sysadm_u:sysadm_r:freshclam_t:s0-s0:c0.c1023 tcontext=system_u:object_r:sysctl_crypto_t:s0 tclass=file permissive=1 Signed-off-by: Dave Sugar <dsugar@tresys.com> --- policy/modules/services/clamav.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/clamav.te b/policy/modules/services/clamav.te index 622453e3..db4e0209 100644 --- a/policy/modules/services/clamav.te +++ b/policy/modules/services/clamav.te @@ -202,6 +202,7 @@ stream_connect_pattern(freshclam_t, clamd_var_run_t, clamd_var_run_t, clamd_t) read_files_pattern(freshclam_t, clamd_var_log_t, clamd_var_log_t) kernel_dontaudit_list_proc(freshclam_t) +kernel_read_crypto_sysctls(freshclam_t) kernel_read_kernel_sysctls(freshclam_t) kernel_read_network_state(freshclam_t) kernel_read_system_state(freshclam_t) -- 2.20.1
next prev parent reply index Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-02-25 23:37 [PATCH] Fix incorrect type in clamav_enableddisable_clamd interface Sugar, David 2019-02-25 23:37 ` Sugar, David [this message] 2019-02-27 3:22 ` [PATCH] Allow freshclam to read sysctl_crypto_t Chris PeBenito 2019-02-25 23:37 ` [PATCH] Add interfaces to run freshclam Sugar, David 2019-02-27 3:22 ` Chris PeBenito 2019-02-25 23:37 ` [PATCH] Allow AIDE to sendto kernel datagram socket Sugar, David 2019-02-26 6:52 ` Dominick Grift 2019-02-26 12:28 ` Sugar, David 2019-02-26 12:32 ` Dominick Grift 2019-02-27 3:21 ` Chris PeBenito 2019-02-25 23:37 ` [PATCH] Allow AIDE to mmap files Sugar, David 2019-02-27 3:22 ` Chris PeBenito 2019-02-25 23:37 ` [PATCH] Allow AIDE to read kernel sysctl_crypto_t Sugar, David 2019-02-27 3:22 ` Chris PeBenito 2019-02-27 3:23 ` [PATCH] Fix incorrect type in clamav_enableddisable_clamd interface Chris PeBenito
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190225233708.15319-3-dsugar@tresys.com \ --to=dsugar@tresys.com \ --cc=selinux-refpolicy@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
SELinux-Refpolicy Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/selinux-refpolicy/0 selinux-refpolicy/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 selinux-refpolicy selinux-refpolicy/ https://lore.kernel.org/selinux-refpolicy \ selinux-refpolicy@vger.kernel.org public-inbox-index selinux-refpolicy Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.selinux-refpolicy AGPL code for this site: git clone https://public-inbox.org/public-inbox.git