File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
testcases/kernel/security/integrity/ima/datafiles Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ top_srcdir ?= ../../../../../..
8
8
9
9
include $(top_srcdir ) /include/mk/env_pre.mk
10
10
11
- SUBDIRS := ima_kexec ima_keys ima_measurements ima_policy ima_selinux
11
+ SUBDIRS := ima_kexec ima_keys ima_measurements ima_policy ima_selinux ima_violations
12
12
13
13
include $(top_srcdir ) /include/mk/generic_trunk_target.mk
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0-or-later
2
+ # Copyright (c) Linux Test Project, 2025
3
+
4
+ top_srcdir ?= ../../../../../../..
5
+
6
+ include $(top_srcdir ) /include/mk/env_pre.mk
7
+
8
+ INSTALL_DIR := testcases/data/ima_violations
9
+ INSTALL_TARGETS := *.policy
10
+
11
+ include $(top_srcdir ) /include/mk/generic_leaf_target.mk
Original file line number Diff line number Diff line change
1
+ measure func=FILE_CHECK mask=^MAY_READ euid=0
2
+ measure func=FILE_CHECK mask=^MAY_READ uid=0
You can’t perform that action at this time.
0 commit comments