Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 258351 Details for
Bug 382721
Add labeled networking controls at the interface level
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Generic SECMARK configuration
secmark_config (text/plain), 767 bytes, created by
Chad Hanson
on 2007-11-14 16:31:29 UTC
(
hide
)
Description:
Generic SECMARK configuration
Filename:
MIME Type:
Creator:
Chad Hanson
Created:
2007-11-14 16:31:29 UTC
Size:
767 bytes
patch
obsolete
>#!/bin/bash ># > ># add initial secmark rules so networking is happy until the system is ># configured as a distribution console >/bin/cat << EOF > /etc/sysconfig/iptables >*mangle >:PREROUTING ACCEPT [0:0] >:INPUT ACCEPT [0:0] >:FORWARD ACCEPT [0:0] >:OUTPUT ACCEPT [0:0] >:POSTROUTING ACCEPT [0:0] >:SEC-IN - [0:0] >-A INPUT -j SEC-IN >-A SEC-IN -j SECMARK --selctx system_u:object_r:unlabeled_t:s0-s15:c0.c1023 >-A SEC-IN -j ACCEPT >:SEC-OUT - [0:0] >-A OUTPUT -j SEC-OUT >-A SEC-OUT -j SECMARK --selctx system_u:object_r:unlabeled_t:s0-s15:c0.c1023 >-A SEC-OUT -j ACCEPT >COMMIT >*filter >:INPUT ACCEPT [0:0] >:FORWARD ACCEPT [0:0] >:OUTPUT ACCEPT [0:0] >COMMIT >EOF >/bin/cp /etc/sysconfig/iptables /etc/sysconfig/ip6tables >/bin/chmod 600 /etc/sysconfig/iptables /etc/sysconfig/ip6tables >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 382721
:
258251
|
258331
|
258341
| 258351