aboutsummaryrefslogtreecommitdiff
path: root/scripts/selinux
AgeCommit message (Expand)AuthorFilesLines
2022-09-20selinux: remove runtime disable message in the install_policy.sh scriptGravatar Paul Moore 1-2/+1
2022-09-20selinux: use "grep -E" instead of "egrep"Gravatar Greg Kroah-Hartman 1-1/+1
2022-05-03selinux: declare data arrays constGravatar Christian Göttsche 2-32/+47
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesGravatar Stephen Smalley 1-0/+7
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-5/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 2-5/+2
2020-06-23scripts/selinux/mdp: fix initial SID handlingGravatar Stephen Smalley 1-5/+18
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-1/+2
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 2-0/+2
2020-03-25.gitignore: remove too obvious commentsGravatar Masahiro Yamada 1-1/+0
2020-02-27selinux: remove unused initial SIDs and improve handlingGravatar Stephen Smalley 1-3/+8
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 2-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-03-19scripts/selinux: fix buildGravatar Stephen Smalley 1-1/+1
2019-03-18selinux: use kernel linux/socket.h for genheaders and mdpGravatar Paulo Alcantara 2-2/+0
2019-03-18scripts/selinux: modernize mdpGravatar Stephen Smalley 2-63/+194
2018-12-10genheaders: %-<width>s had been there since v6; %-*s - since v7Gravatar Al Viro 1-20/+9
2018-06-05staging: lustre: delete the filesystem from the tree.Gravatar Greg Kroah-Hartman 1-1/+0
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0
2017-11-16selinux: remove unnecessary assignment to subdir-Gravatar Masahiro Yamada 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-07-31selinux: genheaders should fail if too many permissions are definedGravatar Stephen Smalley 1-1/+6
2017-05-18doc: ReSTify SELinux.txtGravatar Kees Cook 1-1/+1
2017-03-10selinux: include sys/socket.h in host programs to have PF_MAXGravatar Nicolas Iooss 2-0/+2
2016-12-21selinux: use the kernel headers when building scripts/selinuxGravatar Paul Moore 4-2/+14
2015-07-13selinux: explicitly declare the role "base_r"Gravatar Laurent Bigonville 1-0/+1
2014-08-20kbuild: Make scripts executableGravatar Michal Marek 1-0/+0
2014-07-19Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 2-2/+1
2014-06-17selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-filesGravatar Masahiro Yamada 2-2/+1
2014-06-10kbuild: trivial - remove trailing empty linesGravatar Masahiro Yamada 1-1/+0
2011-05-19Create Documentation/security/,Gravatar Randy Dunlap 1-1/+1
2011-03-03SELinux: Auto-generate security_is_socket_classGravatar Harry Ciao 1-0/+20
2010-03-16selinux: fix warning in genheadersGravatar James Morris 1-1/+1
2009-11-23SELinux: header generation may hit infinite loopGravatar Eric Paris 1-1/+1
2009-11-19selinux: Fix warningsGravatar Alan Cox 1-2/+2
2009-10-24SELinux: add .gitignore files for dynamic classesGravatar Eric Paris 1-0/+1
2009-10-07selinux: generate flask headers during kernel buildGravatar Stephen Smalley 3-2/+125
2009-10-07selinux: dynamic class/perm discoveryGravatar Stephen Smalley 1-123/+28
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigGravatar Trevor Keith 1-2/+2
2008-09-05SELinux: add gitignore file for mdp scriptGravatar James Morris 1-0/+2
2008-08-27selinux: add support for installing a dummy policy (v2)Gravatar Serge E. Hallyn 6-0/+326