From: Russell Coker <russell@coker.com.au>
To: SELinux <SELinux@tycho.nsa.gov>
Subject: howl
Date: Wed, 13 Oct 2004 20:25:49 +1000 [thread overview]
Message-ID: <200410132025.49472.russell@coker.com.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
The attached patch is needed for howl.te
--
http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/ Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/ My home page
[-- Attachment #2: howl.diff --]
[-- Type: text/x-diff, Size: 670 bytes --]
--- /usr/src/se/policy/domains/program/unused/howl.te 2004-08-28 12:05:02.000000000 +1000
+++ domains/program/unused/howl.te 2004-10-13 20:24:49.000000000 +1000
@@ -1,3 +1,8 @@
+#DESC howl - port of Apple Rendezvous multicast DNS
+#
+# Author: Russell Coker <rcoker@redhat.com>
+#
+
daemon_domain(howl)
allow howl_t proc_t:file { getattr read };
can_network(howl_t)
@@ -7,7 +12,7 @@
allow howl_t self:fifo_file rw_file_perms;
type howl_port_t, port_type;
-allow howl_t howl_port_t:tcp_socket name_bind;
+allow howl_t howl_port_t:{ udp_socket tcp_socket } name_bind;
allow howl_t etc_t:file { getattr read };
allow howl_t initrc_var_run_t:file rw_file_perms;
next reply other threads:[~2004-10-13 10:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-13 10:25 Russell Coker [this message]
2004-10-13 20:18 ` howl James Carter
2004-10-14 3:25 ` New Patches Daniel J Walsh
2004-10-15 15:14 ` James Carter
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=200410132025.49472.russell@coker.com.au \
--to=russell@coker.com.au \
--cc=SELinux@tycho.nsa.gov \
/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.