From 74d74b9c2c7a6b53e9f87b19c38dfc2734d31a56 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Sep 20 2010 16:13:53 +0000 Subject: Reduntant: unused, use hal_read_state instead if possible. --- diff --git a/policy/modules/services/hal.if b/policy/modules/services/hal.if index 0d50d0d..8277269 100644 --- a/policy/modules/services/hal.if +++ b/policy/modules/services/hal.if @@ -20,24 +20,6 @@ interface(`hal_domtrans',` ######################################## ## -## Get the attributes of a hal process. -## -## -## -## Domain allowed access. -## -## -# -interface(`hal_getattr',` - gen_require(` - type hald_t; - ') - - allow $1 hald_t:process getattr; -') - -######################################## -## ## Read hal system state ## ##