diff options
author | Chris PeBenito <cpebenito@tresys.com> | 2008-11-05 16:10:46 +0000 |
---|---|---|
committer | Chris PeBenito <cpebenito@tresys.com> | 2008-11-05 16:10:46 +0000 |
commit | 296273a7199878febc2931471328c7023d467f12 (patch) | |
tree | 63249be9ac40c2a18f0f4f5bae4a5bc857a22626 /policy/modules/system/pcmcia.if | |
parent | 932c3536f81e5cc6bd6dcca9175d393524336134 (diff) |
trunk: merge UBAC.
Diffstat (limited to 'policy/modules/system/pcmcia.if')
-rw-r--r-- | policy/modules/system/pcmcia.if | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/policy/modules/system/pcmcia.if b/policy/modules/system/pcmcia.if index 5724365b..5f63c3ad 100644 --- a/policy/modules/system/pcmcia.if +++ b/policy/modules/system/pcmcia.if @@ -85,11 +85,6 @@ interface(`pcmcia_domtrans_cardctl',` ## The role to be allowed the cardmgr domain. ## </summary> ## </param> -## <param name="terminal"> -## <summary> -## The type of the terminal allow the cardmgr domain to use. -## </summary> -## </param> ## <rolecap/> # interface(`pcmcia_run_cardctl',` @@ -99,7 +94,6 @@ interface(`pcmcia_run_cardctl',` pcmcia_domtrans_cardctl($1) role $2 types cardmgr_t; - allow cardmgr_t $3:chr_file rw_term_perms; ') ######################################## |