Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Side by Side Diff: security/yama/Kconfig

Issue 6677065: CHROMIUM: Pull in Yama LSM (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « security/Makefile ('k') | security/yama/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 config SECURITY_YAMA
2 bool "Yama NAC Support"
3 depends on SECURITY
4 select SECURITYFS
5 select SECURITY_PATH
6 default n
7 help
8 This selects Yama, the NAKed Access Control system which
9 provides additional global security settings above regular
10 Linux discretionary access controls. Currently available
11 are symlink, hardlink, and PTRACE scope restrictions.
12
13 If you are unsure how to answer this question, answer N.
OLDNEW
« no previous file with comments | « security/Makefile ('k') | security/yama/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698