From patchwork Tue Jun 11 19:30:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 10988229 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B55A51398 for ; Tue, 11 Jun 2019 19:30:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 91144287B3 for ; Tue, 11 Jun 2019 19:30:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 83B20287F5; Tue, 11 Jun 2019 19:30:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DD817287B9 for ; Tue, 11 Jun 2019 19:30:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405421AbfFKTam (ORCPT ); Tue, 11 Jun 2019 15:30:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:48738 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2404836AbfFKTam (ORCPT ); Tue, 11 Jun 2019 15:30:42 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 3613FAE1D; Tue, 11 Jun 2019 19:30:41 +0000 (UTC) From: Petr Vorel To: ltp@lists.linux.it Cc: Petr Vorel , Mimi Zohar , Ignaz Forster , linux-integrity@vger.kernel.org Subject: [PATCH v3 0/4] LTP reproducer on broken IMA on overlayfs Date: Tue, 11 Jun 2019 21:30:17 +0200 Message-Id: <20190611193021.17651-1-pvorel@suse.cz> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mimi, Ignaz, sorry for bothering you with one more version of this patchset. Changes v2->v3: * added one commit "ima/ima_measurements.sh: Require builtin IMA tcb policy" to avoid false positives * added README.md in last commit (might be in separate commit) Petr Vorel (4): ima: Call test's cleanup inside ima_setup.sh cleanup shell: Add $TST_DEVICE as default parameter to tst_umount ima/ima_measurements.sh: Require builtin IMA tcb policy ima: Add overlay test + doc doc/test-writing-guidelines.txt | 4 +- runtest/ima | 1 + testcases/commands/df/df01.sh | 7 +- testcases/commands/mkfs/mkfs01.sh | 2 +- .../security/integrity/ima/tests/README.md | 82 ++++++++++++++++ .../integrity/ima/tests/evm_overlay.sh | 94 +++++++++++++++++++ .../integrity/ima/tests/ima_measurements.sh | 3 +- .../security/integrity/ima/tests/ima_setup.sh | 12 ++- .../integrity/ima/tests/ima_violations.sh | 2 - testcases/lib/tst_test.sh | 2 +- 10 files changed, 192 insertions(+), 17 deletions(-) create mode 100644 testcases/kernel/security/integrity/ima/tests/README.md create mode 100755 testcases/kernel/security/integrity/ima/tests/evm_overlay.sh