commit:     726854ef32842b32a59d09bf755d5229b4f98429
Author:     Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Mon Apr 21 15:22:12 2014 +0000
Commit:     Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 15:22:12 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=726854ef

Merged upstream, so own def can be removed

---
 policy/modules/kernel/devices.if | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/policy/modules/kernel/devices.if b/policy/modules/kernel/devices.if
index 1ae060c..2963f91 100644
--- a/policy/modules/kernel/devices.if
+++ b/policy/modules/kernel/devices.if
@@ -4955,43 +4955,6 @@ interface(`dev_dontaudit_read_sysfs',`
 
 ########################################
 ## <summary>
-##     Do not audit getting the attributes of sysfs filesystem
-## </summary>
-## <param name="domain">
-##     <summary>
-##     Domain to dontaudit access from
-##     </summary>
-## </param>
-#
-interface(`dev_dontaudit_getattr_sysfs_fs',`
-       gen_require(`
-               type sysfs_t;
-       ')
-
-       dontaudit $1 sysfs_t:filesystem getattr;
-')
-
-########################################
-## <summary>
-##     Get the attributes of sysfs filesystem
-## </summary>
-## <param name="domain">
-##     <summary>
-##     Domain allowed access.
-##     </summary>
-## </param>
-#
-interface(`dev_getattr_sysfs_fs',`
-       gen_require(`
-               type sysfs_t;
-       ')
-
-       allow $1 sysfs_t:filesystem getattr;
-')
-
-
-########################################
-## <summary>
 ##     Setattr for generic character device files.
 ## </summary>
 ## <param name="domain">

Reply via email to