From 4d3f1089aa3c763e4e2c2ccbce2ab23dd700ea48 Mon Sep 17 00:00:00 2001 From: William Roberts <w.roberts@sta.samsung.com> Date: Thu, 31 Jan 2013 14:38:29 -0800 Subject: [PATCH] Allow domain search/getattr access to security file Change-Id: I3b35b68247f35d5d9d9afd33c203aa97e437dc14 --- domain.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domain.te b/domain.te index 704c9a22b..596cd428e 100644 --- a/domain.te +++ b/domain.te @@ -113,3 +113,7 @@ allow domain debugfs:file rw_file_perms; dontaudit domain debugfs:dir r_dir_perms; dontaudit domain debugfs:file rw_file_perms; } + +# security files +allow domain security_file:dir { search getattr }; +allow domain security_file:file getattr; -- GitLab