From: errno13@gmail.com (Dominick Grift)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH 4/5] kernel: plymouthd requires cap_syslog at least in distro_redhat. I have not yet encountered this in distro_debian
Date: Sat, 7 Dec 2013 20:20:29 +0100 [thread overview]
Message-ID: <20131207192026.GA19241@d30> (raw)
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
---
policy/modules/kernel/kernel.te | 2 ++
1 file changed, 2 insertions(+)
diff --git a/policy/modules/kernel/kernel.te b/policy/modules/kernel/kernel.te
index 857cc10..c2be884 100644
--- a/policy/modules/kernel/kernel.te
+++ b/policy/modules/kernel/kernel.te
@@ -288,6 +288,8 @@ mls_file_write_all_levels(kernel_t)
mls_file_read_all_levels(kernel_t)
ifdef(`distro_redhat',`
+ allow kernel_t self:capability2 syslog;
+
# Bugzilla 222337
fs_rw_tmpfs_chr_files(kernel_t)
')
--
1.8.4.2
reply other threads:[~2013-12-07 19:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20131207192026.GA19241@d30 \
--to=errno13@gmail.com \
--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.