From 71bcaf19980f65b4b68e45b2d0fe4c77028c56ab Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 28 Aug 2025 02:42:19 -0400 Subject: add the ability to traverse root to .subj.common.typeattr --- src/subj/common.cil | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/subj/common.cil b/src/subj/common.cil index 3530e9d..7ebe003 100644 --- a/src/subj/common.cil +++ b/src/subj/common.cil @@ -32,6 +32,9 @@ (allow typeattr self readwrite_fifo_file) (allow typeattr self read_file) + ;; traverse / + (call .root.search_file_dirs (typeattr)) + ;; procfs (call .proc.read_fs_lnk_files (typeattr)) (call .proc.search_fs_dirs (typeattr)) -- cgit v1.2.3