Gentoo Archives: gentoo-hardened

From: Cor Legemaat <cor@××××××.net>
To: gentoo-hardened@l.g.o
Subject: [gentoo-hardened] Selinux Update Failed
Date: Fri, 14 Dec 2012 09:02:20
Message-Id: 50CAD699.7090503@cor.za.net
1 Hi:
2
3 On my system with the last update I receive a warning message of:
4
5 * SELinux module load failed. Trying full reload...
6 * Failed to reload SELinux policies.
7 *
8 * If this is *not* the last SELinux module package being installed,
9 * then you can safely ignore this as the reloads will be retried
10 * with other, recent modules.
11 *
12 * If it is the last SELinux module package being installed however,
13 * then it is advised to look at the error above and take appropriate
14 * action since the new SELinux policies are not loaded until the
15 * command finished succesfully.
16 *
17 * To reload, run the following command from within
18 /usr/share/selinux/targeted:
19 * semodule -b base.pp -i $(ls *.pp | grep -v base.pp)
20 * or
21 * semodule -b base.pp -i $(ls *.pp | grep -v base.pp | grep -v
22 unconfined.pp)
23 * depending on if you need the unconfined domain loaded as well or not.
24
25 When I tried to execute the cmd manual:
26
27 k53s cor # cd /usr/share/selinux/targeted/
28 k53s targeted # semodule -b base.pp -i $(ls *.pp | grep -v base.pp)
29 libsepol.permission_copy_callback: Module mysql depends on permission
30 epollwakeup in class capability2, not satisfied (No such file or directory).
31 libsemanage.semanage_link_sandbox: Link packages failed (No such file or
32 directory).
33 semodule: Failed!
34
35 Any ideas?
36
37 Regards:
38 Cor

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-hardened] Selinux Update Failed Sven Vermeulen <swift@g.o>