From: martin@martinorr.name (Martin Orr)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] user_fonts_config_t typo
Date: Thu, 13 Nov 2008 17:58:49 +0000 [thread overview]
Message-ID: <491C6AD9.6090506@martinorr.name> (raw)
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
next reply other threads:[~2008-11-13 17:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-13 17:58 Martin Orr [this message]
2008-11-13 18:53 ` [refpolicy] user_fonts_config_t typo Christopher J. PeBenito
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=491C6AD9.6090506@martinorr.name \
--to=martin@martinorr.name \
--cc=refpolicy@oss.tresys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.