No description
Find a file
Stephen Smalley 20a8d62eef selinux: genheaders should fail if too many permissions are defined
Ensure that genheaders fails with an error if too many permissions
are defined in a class to fit within an access vector. This is similar
to a check performed by checkpolicy when compiling the policy.

Also, fix the suffix on the permission constants generated by this program.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
2017-07-31 19:03:02 -04:00
arch xen/x86: fix cpu hotplug 2017-07-23 08:13:11 +02:00
block
certs
crypto
Documentation tomoyo: Update URLs in Documentation/admin-guide/LSM/tomoyo.rst 2017-07-25 11:00:26 +10:00
drivers xen/balloon: don't online new memory initially 2017-07-23 08:13:18 +02:00
firmware
fs NFS client bugfixes for 4.13 2017-07-21 16:26:01 -07:00
include sync to Linus v4.13-rc2 for subsystem developers to work against 2017-07-25 10:44:18 +10:00
init
ipc
kernel sync to Linus v4.13-rc2 for subsystem developers to work against 2017-07-25 10:44:18 +10:00
lib
mm
net NFS client bugfixes for 4.13 2017-07-21 16:26:01 -07:00
samples
scripts selinux: genheaders should fail if too many permissions are defined 2017-07-31 19:03:02 -04:00
security selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets 2017-07-25 15:13:41 -04:00
sound
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-07-21 11:12:48 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS credits: update Paul Moore's info 2017-07-25 15:13:41 -04:00
Kbuild
Kconfig
MAINTAINERS selinux: update the selinux info in MAINTAINERS 2017-07-28 16:47:18 -04:00
Makefile Linux 4.13-rc2 2017-07-23 16:15:17 -07:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.