From: Daniel J Walsh <dwalsh@redhat.com>
To: "Christopher J. PeBenito" <cpebenito@tresys.com>,
SE Linux <selinux@tycho.nsa.gov>
Subject: system-config-service of iptables needs this patch to work in targeted policy
Date: Thu, 08 Mar 2007 09:46:47 -0500 [thread overview]
Message-ID: <45F021D7.4060401@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 107 bytes --]
Basically iptables needs to be able to output to the terminal and talk
to unconfined_pipes from the tool.
[-- Attachment #2: nsaserefpolicy_policy_modules_system_iptables.patch --]
[-- Type: text/x-patch, Size: 676 bytes --]
--- nsaserefpolicy/policy/modules/system/iptables.te 2007-02-19 11:32:53.000000000 -0500
+++ serefpolicy-2.5.8/policy/modules/system/iptables.te 2007-03-08 08:42:37.000000000 -0500
@@ -77,9 +77,10 @@
userdom_use_all_users_fds(iptables_t)
ifdef(`targeted_policy', `
- term_dontaudit_use_unallocated_ttys(iptables_t)
- term_dontaudit_use_generic_ptys(iptables_t)
+ term_use_unallocated_ttys(iptables_t)
+ term_use_generic_ptys(iptables_t)
files_dontaudit_read_root_files(iptables_t)
+ unconfined_rw_pipes(iptables_t)
')
optional_policy(`
@@ -111,3 +112,7 @@
optional_policy(`
udev_read_db(iptables_t)
')
+
+optional_policy(`
+ fail2ban_append_log(iptables_t)
+')
next reply other threads:[~2007-03-08 14:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-08 14:46 Daniel J Walsh [this message]
2007-03-26 19:43 ` system-config-service of iptables needs this patch to work in targeted policy Christopher J. PeBenito
2007-03-26 20:22 ` Daniel J Walsh
2007-03-27 12:37 ` 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=45F021D7.4060401@redhat.com \
--to=dwalsh@redhat.com \
--cc=cpebenito@tresys.com \
--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.