Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1245699ybb; Wed, 8 Apr 2020 20:41:28 -0700 (PDT) X-Google-Smtp-Source: APiQypKz7XrlEiVJEmhOt76sxsvRWl40QBiqrAmztFiy1Qfx7jbrRRKY7C1OPUr07HmiLm3X5vTi X-Received: by 2002:aca:3386:: with SMTP id z128mr4987265oiz.40.1586403688143; Wed, 08 Apr 2020 20:41:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586403688; cv=none; d=google.com; s=arc-20160816; b=L7WkAw8RVAV+p0naLqjPTBqN0GG/OudBxFXGi6S3M1YVu+2ZjmFtoLThjO/xfWs55y rIktUUvL7pAolyyy7BUfK67vPm1MBHXhmftx7fdO3rjgxlBYtHp5vwd1EbgpW9T5S18D Wys3HIa8mIqoHMy2jD6obmMju/aC2348S/5cnAC65IzUYTVITogMvRQTEejFwScnaHZr Yk8ypXOC04iMKDB+BEgZC05XtqPzorzIVIYNK6GnIi/nNqza1GN6UMJEI+C3jJY/NTZZ PSbTHtgD3x/YyApLuMbqtsv6AYc22e2H4ZCPXeIsLhu+LmxmuHvQt4w/To/h31Jz2YJ5 I+Yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=1DJUEONwMD8rkkY7NIJM5aqgEDqOmWO37MEG71i1g3M=; b=zrFx+/aT/cw3XZTkmTnIXSsuAzNFpJNzt+egzqPDZENywL8Bn2dgoPG1pNxmGwl6qk Ub0V9ahKjwpqoeTekF1UHTE4tkzM0LZ8TK56qNtKfLj10oZSeXOeiI7u3MR3pd3dk3Ms ONt8PFyi5s0XTvYU/avYlCCqw0tv9TAPTOy99oLtEPdPDPrnsmQagDP0dZqeur0tYmeH Pw2toL0yP55UWUJ2f8HWMwBYiMozxvN8CyVrxChEvDlLk6eUW9C/lyO/79Wfbp+J5p2h gckhHmUqGoApAnSeJdLhJEH5U/7kjRMK3jQGZsBIT9bvPm/nolpD2MuQ8uXjAuqL1hSl rzIw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e6si3401042otr.262.2020.04.08.20.41.14; Wed, 08 Apr 2020 20:41:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726692AbgDIDjR (ORCPT + 99 others); Wed, 8 Apr 2020 23:39:17 -0400 Received: from out30-54.freemail.mail.aliyun.com ([115.124.30.54]:49769 "EHLO out30-54.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726574AbgDIDjQ (ORCPT ); Wed, 8 Apr 2020 23:39:16 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R971e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04394;MF=tianjia.zhang@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0Tv0dk.r_1586403548; Received: from localhost(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0Tv0dk.r_1586403548) by smtp.aliyun-inc.com(127.0.0.1); Thu, 09 Apr 2020 11:39:09 +0800 From: Tianjia Zhang To: zohar@linux.ibm.com, dmitry.kasatkin@gmail.com, jmorris@namei.org, serge@hallyn.com, zhangliguang@linux.alibaba.com Cc: linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] ima: support to read appraise mode Date: Thu, 9 Apr 2020 11:39:06 +0800 Message-Id: <20200409033907.102833-2-tianjia.zhang@linux.alibaba.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200409033907.102833-1-tianjia.zhang@linux.alibaba.com> References: <20200409033907.102833-1-tianjia.zhang@linux.alibaba.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Support to read appraise mode in runtime through securityfs file 'integrity/ima/appraise_mode'. Signed-off-by: luanshi Signed-off-by: Tianjia Zhang --- security/integrity/ima/ima_fs.c | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/security/integrity/ima/ima_fs.c b/security/integrity/ima/ima_fs.c index a71e822a6e92..65384f6ac0d9 100644 --- a/security/integrity/ima/ima_fs.c +++ b/security/integrity/ima/ima_fs.c @@ -360,6 +360,7 @@ static struct dentry *ascii_runtime_measurements; static struct dentry *runtime_measurements_count; static struct dentry *violations; static struct dentry *ima_policy; +static struct dentry *appraise_mode; enum ima_fs_flags { IMA_FS_BUSY, @@ -447,6 +448,29 @@ static const struct file_operations ima_measure_policy_ops = { .llseek = generic_file_llseek, }; +static ssize_t ima_appraise_mode_read(struct file *filp, + char __user *buf, + size_t count, loff_t *ppos) +{ + const char *mode; + + if (ima_appraise & IMA_APPRAISE_ENFORCE) + mode = "enforce"; + else if (ima_appraise & IMA_APPRAISE_FIX) + mode = "fix"; + else if (ima_appraise & IMA_APPRAISE_LOG) + mode = "log"; + else + mode = "off"; + + return simple_read_from_buffer(buf, count, ppos, mode, strlen(mode)); +} + +static const struct file_operations ima_appraise_mode_ops = { + .read = ima_appraise_mode_read, + .llseek = generic_file_llseek, +}; + int __init ima_fs_init(void) { ima_dir = securityfs_create_dir("ima", integrity_dir); @@ -491,14 +515,20 @@ int __init ima_fs_init(void) if (IS_ERR(ima_policy)) goto out; + appraise_mode = + securityfs_create_file("appraise_mode", S_IRUSR | S_IRGRP, + ima_dir, NULL, &ima_appraise_mode_ops); + if (IS_ERR(appraise_mode)) + goto out; + return 0; out: + securityfs_remove(ima_policy); securityfs_remove(violations); securityfs_remove(runtime_measurements_count); securityfs_remove(ascii_runtime_measurements); securityfs_remove(binary_runtime_measurements); securityfs_remove(ima_symlink); securityfs_remove(ima_dir); - securityfs_remove(ima_policy); return -1; } -- 2.17.1