Gentoo Archives: gentoo-hardened

From: Petre Rodan <petre.rodan@××××××××××××.com>
To: Felix Leimbach <felix.leimbach@×××.net>
Cc: gentoo-hardened@g.o
Subject: Re: [gentoo-hardened] libipt_icmp.so on selinux
Date: Tue, 02 Sep 2003 18:11:32
Message-Id: 20030902181129.GA31536@peter.rav.local
In Reply to: Re: [gentoo-hardened] libipt_icmp.so on selinux by Felix Leimbach
1 On Tue, Sep 02, 2003 at 06:02:43PM +0200, Felix Leimbach wrote:
2 > On Tue, 2 Sep 2003 17:46:55 +0300
3 > Petre Rodan <petre.rodan@××××××××××××.com> wrote:
4 >
5 > >
6 > > is there someone using selinux-2.4.21-r0 that can confirm if the following command returns 0 on their system:
7 > >
8 > > iptables -A INPUT -p icmp --icmp-type network-unreachable -j ACCEPT
9 > >
10 > > (and make sure it's not policy related :)
11 > >
12 > > it can be a bug in the selinux-sources-2.4.21, but I can't be sure until someone else also gets the error I'm getting (iptables v1.2.8: Unknown arg `--icmp-type')
13 > >
14 > > if i boot with a somewhat vanilla kernel that was compiled using the same .config as the one used for selinux and the same net-firewall/iptables-1.2.8-r1, my iptables command works.
15 >
16 > Hi,
17 >
18 > I had the same problem some time ago (used selinux 2.4.20-r? back then),
19 > and it turned out, that recompiling iptables without -fstack-protector
20 > fixed the problem. For me, the problem was _not_ related to the kernel.
21
22 you are right, i was on the wrong track. your solution worked flawlessly.
23
24
25
26 thanks,
27 peter
28
29
30 > HTH
31 >
32 > Felix
33 >
34 > --
35 > gentoo-hardened@g.o mailing list
36 >
37
38
39 --
40 gentoo-hardened@g.o mailing list

Replies

Subject Author
Re: [gentoo-hardened] libipt_icmp.so on selinux Chris PeBenito <pebenito@g.o>