* ipv6 tunnel problem.
@ 2003-04-05 23:28 Kurt Roeckx
2003-04-08 12:12 ` Stephen Smalley
0 siblings, 1 reply; 2+ messages in thread
From: Kurt Roeckx @ 2003-04-05 23:28 UTC (permalink / raw)
To: selinux
I'm not exactly sure what causes it, but I got those 2 messages a
few times so far:
avc: denied { rawip_send } for pid=3789
exe=/usr/local/ircd/sbin/ircd saddr=x.x.x.x
daddr=y.y.y.y netif=eth0
scontext=system_u:object_r:unlabeled_t
tcontext=system_u:object_r:netif_eth0_t tclass=netif
avc: denied { rawip_send } for saddr=x.x.x.x
daddr=y.y.y.y netif=eth0
scontext=system_u:object_r:unlabeled_t
tcontext=system_u:object_r:netif_eth0_t tclass=netif
x.x.x.x is the local ipv4 address, and y.y.y.y is the ipv4
endpoint of my ipv6 (sit) tunnel.
Kurt
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ipv6 tunnel problem.
2003-04-05 23:28 ipv6 tunnel problem Kurt Roeckx
@ 2003-04-08 12:12 ` Stephen Smalley
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Smalley @ 2003-04-08 12:12 UTC (permalink / raw)
To: Kurt Roeckx; +Cc: selinux
On Sat, 2003-04-05 at 18:28, Kurt Roeckx wrote:
> I'm not exactly sure what causes it, but I got those 2 messages a
> few times so far:
>
> avc: denied { rawip_send } for pid=3789
> exe=/usr/local/ircd/sbin/ircd saddr=x.x.x.x
> daddr=y.y.y.y netif=eth0
> scontext=system_u:object_r:unlabeled_t
> tcontext=system_u:object_r:netif_eth0_t tclass=netif
>
> avc: denied { rawip_send } for saddr=x.x.x.x
> daddr=y.y.y.y netif=eth0
> scontext=system_u:object_r:unlabeled_t
> tcontext=system_u:object_r:netif_eth0_t tclass=netif
>
> x.x.x.x is the local ipv4 address, and y.y.y.y is the ipv4
> endpoint of my ipv6 (sit) tunnel.
The LSM patch does not presently include hooks for IPv6, so some of the
SELinux processing won't be applied to IPv6. If you aren't actually
using the SELinux networking functionality, you might want to just
disable CONFIG_SECURITY_NETWORK to omit it.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-08 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-05 23:28 ipv6 tunnel problem Kurt Roeckx
2003-04-08 12:12 ` Stephen Smalley
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.