up vote 1 down vote favorite
share [g+] share [fb]

I'm trying to find url to selinux source code (both kernel and userland) but i can't find anything, only outdated urls... Could someone help? Also, I installed from packages in debian, so i guess i can't check it directly on my system?

link|improve this question

62% accept rate
feedback

3 Answers

up vote 3 down vote accepted

The SELinux kernel part is integrated into the vanilla kernel from kernel.org. Just take a look into the directory ./security/selinux of your kernel source code.

The userland part of SELinux can be obtained here.

link|improve this answer
maybe i'm dumb but i have trouble with browsing through kernel.org, could you give me link to selinux in for example newest kernel? – Phil Aug 31 '09 at 13:46
feedback

SELinux kernel code is included in the mainline Linux 2.6 kernel, available from The Linux Kernel Archives.

http://www.kernel.org/

link|improve this answer
feedback
apt-get source <whatever package SElinux is in>

Will get you the current source for the version of SElinux you're using.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.