* [refpolicy] user_fonts_config_t typo
@ 2008-11-13 17:58 Martin Orr
2008-11-13 18:53 ` Christopher J. PeBenito
0 siblings, 1 reply; 2+ messages in thread
From: Martin Orr @ 2008-11-13 17:58 UTC (permalink / raw)
To: refpolicy
A minor error - wrong type is passed to interface.
Index: policy/modules/services/xserver.te
===================================================================
--- policy/modules/services/xserver.te.orig
+++ policy/modules/services/xserver.te
@@ -124,7 +124,7 @@
type user_fonts_config_t;
typealias user_fonts_config_t alias { staff_fonts_config_t
sysadm_fonts_config_t };
typealias user_fonts_config_t alias { auditadm_fonts_config_t
secadm_fonts_config_t };
-userdom_user_home_content(user_fonts_cache_t)
+userdom_user_home_content(user_fonts_config_t)
type xevent_t alias default_xevent_t, xevent_type;
type xext_t alias unknown_xext_t, xextension_type;
--
Martin Orr
^ permalink raw reply [flat|nested] 2+ messages in thread
* [refpolicy] user_fonts_config_t typo
2008-11-13 17:58 [refpolicy] user_fonts_config_t typo Martin Orr
@ 2008-11-13 18:53 ` Christopher J. PeBenito
0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2008-11-13 18:53 UTC (permalink / raw)
To: refpolicy
On Thu, 2008-11-13 at 17:58 +0000, Martin Orr wrote:
> A minor error - wrong type is passed to interface.
Merged by hand; the patch is line wrapped.
> Index: policy/modules/services/xserver.te
> ===================================================================
> --- policy/modules/services/xserver.te.orig
> +++ policy/modules/services/xserver.te
> @@ -124,7 +124,7 @@
> type user_fonts_config_t;
> typealias user_fonts_config_t alias { staff_fonts_config_t
> sysadm_fonts_config_t };
> typealias user_fonts_config_t alias { auditadm_fonts_config_t
> secadm_fonts_config_t };
> -userdom_user_home_content(user_fonts_cache_t)
> +userdom_user_home_content(user_fonts_config_t)
>
> type xevent_t alias default_xevent_t, xevent_type;
> type xext_t alias unknown_xext_t, xextension_type;
>
--
Chris PeBenito
Tresys Technology, LLC
(410) 290-1411 x150
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-13 18:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 17:58 [refpolicy] user_fonts_config_t typo Martin Orr
2008-11-13 18:53 ` Christopher J. PeBenito
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.