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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « security/Makefile ('k') | security/yama/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: security/yama/Kconfig
diff --git a/security/yama/Kconfig b/security/yama/Kconfig
new file mode 100644
index 0000000000000000000000000000000000000000..8c0364656024af936d6fbff0dc03d0f6ebd2f589
--- /dev/null
+++ b/security/yama/Kconfig
@@ -0,0 +1,13 @@
+config SECURITY_YAMA
+ bool "Yama NAC Support"
+ depends on SECURITY
+ select SECURITYFS
+ select SECURITY_PATH
+ default n
+ help
+ This selects Yama, the NAKed Access Control system which
+ provides additional global security settings above regular
+ Linux discretionary access controls. Currently available
+ are symlink, hardlink, and PTRACE scope restrictions.
+
+ If you are unsure how to answer this question, answer N.
« 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