Gentoo Archives: gentoo-hardened

From: Nico Baggus <gentoo@×××××××××××.nl>
To: gentoo-hardened@l.g.o
Subject: [gentoo-hardened] miniupnpd...
Date: Thu, 03 Nov 2011 00:31:27
Message-Id: 201111030130.40003.gentoo@noci.xs4all.nl
1 Ok, it shouldn't be used, but sometimes, it is needed.
2
3 The folling seems to help fix stuff:
4
5 ---8<---
6 module miniupnpdnb 1.0;
7
8 require {
9 type initrc_t;
10 class rawip_socket { getopt create };
11 }
12
13 #============= initrc_t ==============
14 allow initrc_t self:rawip_socket { getopt create };