No description
Find a file
Chenbo Feng f66e448cfd selinux: bpf: Add addtional check for bpf object file receive
Introduce a bpf object related check when sending and receiving files
through unix domain socket as well as binder. It checks if the receiving
process have privilege to read/write the bpf map or use the bpf program.
This check is necessary because the bpf maps and programs are using a
anonymous inode as their shared inode so the normal way of checking the
files and sockets when passing between processes cannot work properly on
eBPF object. This check only works when the BPF_SYSCALL is configured.

Signed-off-by: Chenbo Feng <fengc@google.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Reviewed-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-20 13:32:59 +01:00
arch
block
certs
crypto
Documentation
drivers net-tun: fix panics at dismantle time 2017-10-20 13:31:26 +01:00
firmware
fs
include selinux: bpf: Add addtional check for bpf object file receive 2017-10-20 13:32:59 +01:00
init
ipc
kernel selinux: bpf: Add addtional check for bpf object file receive 2017-10-20 13:32:59 +01:00
lib
mm
net bpf: Add file mode configuration into bpf maps 2017-10-20 13:32:59 +01:00
samples
scripts
security selinux: bpf: Add addtional check for bpf object file receive 2017-10-20 13:32:59 +01:00
sound
tools bpf: Add tests for eBPF file mode 2017-10-20 13:32:59 +01:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.