Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
12e77f44
Commit
12e77f44
authored
Nov 25, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LSM: put CONFIG_SECURITY back into the Kconfig file (was lost in the merge)
parent
ae7b2bb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
security/Kconfig
security/Kconfig
+13
-2
No files found.
security/Kconfig
View file @
12e77f44
...
@@ -4,9 +4,20 @@
...
@@ -4,9 +4,20 @@
menu
"Security options"
menu
"Security options"
config
SECURITY
bool
"Enable different security models"
help
This
allows
you
to
choose
different
security
modules
to
be
configured
into
your
kernel
.
If
this
option
is
not
selected
,
the
default
Linux
security
model
will
be
used
.
If
you
are
unsure
how
to
answer
this
question
,
answer
N
.
config
SECURITY_CAPABILITIES
config
SECURITY_CAPABILITIES
bool
tristate
"Default Linux Capabilities"
de
fault y
de
pends
on
SECURITY
!=n
help
help
This
enables
the
"default"
Linux
capabilities
functionality
.
This
enables
the
"default"
Linux
capabilities
functionality
.
If
you
are
unsure
how
to
answer
this
question
,
answer
Y
.
If
you
are
unsure
how
to
answer
this
question
,
answer
Y
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment