RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1679363 - man iptables-extensions TARGET EXTENSIOS, AUDIT option --type is obsoleted
Summary: man iptables-extensions TARGET EXTENSIOS, AUDIT option --type is obsoleted
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: iptables
Version: 8.0
Hardware: Unspecified
OS: Linux
low
low
Target Milestone: rc
: 8.1
Assignee: Phil Sutter
QA Contact: Jiri Peska
URL:
Whiteboard:
Depends On: 1682316
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-02-21 01:16 UTC by yiche
Modified: 2020-11-14 11:07 UTC (History)
4 users (show)

Fixed In Version: iptables-1.8.2-12.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-05 22:17:45 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2019:3573 0 None None None 2019-11-05 22:17:49 UTC

Description yiche 2019-02-21 01:16:56 UTC
Description of problem:
man iptables-extensions TARGET EXTENSIOS, AUDIT option --type is obsoleted

Version-Release number of selected component (if applicable):
iptables-1.8.2-9.el8.x86_64

How reproducible:
always

Steps to Reproduce:
1.
If translate to nft rule:
 iptables-translate -tmangle -A PREROUTING -p icmp -i veth_cs_s1 -j AUDIT --type reject|accept|drop
Results are same:
 nft add rule ip mangle PREROUTING iifname "veth_cs_s1" ip protocol icmp counter log level audit

When AUDIT --type accept and --type drop rule get match, log is record here:
# cat /var/log/audit/audit.log
type=NETFILTER_PKT msg=audit(1550570337.522:752): mark=0x0 saddr=10.167.11.2 daddr=10.167.11.1 proto=1
type=NETFILTER_PKT msg=audit(1550570337.522:753): mark=0x0 saddr=10.167.11.2 daddr=10.167.11.1 proto=1

Log have no difference when setting --type option.
2.
3.

Actual results:


Expected results:
Need a change in man page.

Additional info:
According to Richard Guy Briggs <rgb>, AUDIT only record mark, src, dst and proto, common to all packet types.
For now --type is certainly gone.

Comment 1 Phil Sutter 2019-02-21 14:42:09 UTC
Fix sent upstream: https://marc.info/?l=netfilter-devel&m=155075993831609&w=2

Since this is a minor documentation issue, moving the ticket to RHEL8.1.

Comment 2 Phil Sutter 2019-02-27 09:40:20 UTC
Upstream commit to backport:

commit dffb5ec2a8c7f91351e2a1029a757cb1f41f2d02
Author: Phil Sutter <phil>
Date:   Thu Feb 21 15:38:47 2019 +0100

    extensions: AUDIT: Document ineffective --type option
    
    Signed-off-by: Phil Sutter <phil>
    Signed-off-by: Florian Westphal <fw>

Comment 3 Phil Sutter 2019-06-12 16:59:45 UTC
Testing should be fairly trivial, just make sure iptables-extensions.8 contains the string "Set type of audit record. Starting with linux-4.12, this option has no effect".

Comment 8 errata-xmlrpc 2019-11-05 22:17:45 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2019:3573


Note You need to log in before you can comment on or make changes to this bug.