Gentoo Archives: gentoo-hardened

From: nixnut <nixnut@×××××.nl>
To: gentoo-hardened@l.g.o
Subject: [gentoo-hardened] selinux + udev
Date: Mon, 12 Apr 2004 12:08:19
Message-Id: 1081771689022761@lycos-europe.com
1 Hi all,
2
3 Ok, so udev is up
4 and running but
5 anything in /dev has
6 no context. I looked
7 around for
8 udev_selinux since
9 the selinux parts
10 have been split up
11 from udev in 0.23
12 (see
13 http://lwn.net/Articles/77350/)
14 and moved to the
15 udev extras/ dir.
16 Well, I could find
17 anything so I looked
18 in the ebuild file
19 for udev-0.24-r1:
20
21 src_compile() {
22 local myconf=
23 local
24 extras="extras/scsi_id"
25
26 # Device-mapper
27 support?
28 if false
29 then
30 extras="${extras}
31 extras/multipath"
32 fi
33
34 # Do not work with
35 emake
36 make
37 EXTRAS="${extras}" \
38 udevdir="/dev/" \
39 ${myconf} || die
40 }
41
42 No mention of
43 udev_selinux, only
44 scsi_id. So it looks
45 like the selinux
46 parts are not build.
47 Is my assessment
48 correct? If so, how
49 do I fix this.
50
51 regards,
52 nixnut
53
54 www.lycosmail.nl - Gratis 15 MB mailbox - Nu ook hotmail via Lycos Mail!

Replies

Subject Author
Re: [gentoo-hardened] selinux + udev Chris PeBenito <pebenito@g.o>