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
e175888f
Commit
e175888f
authored
Oct 28, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LSM: remove last remanants of sys_security missed by last patch.
parent
11fd59c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
kernel/sys.c
kernel/sys.c
+0
-1
security/capability.c
security/capability.c
+0
-7
No files found.
kernel/sys.c
View file @
e175888f
...
...
@@ -204,7 +204,6 @@ cond_syscall(sys_nfsservctl)
cond_syscall
(
sys_quotactl
)
cond_syscall
(
sys_acct
)
cond_syscall
(
sys_lookup_dcookie
)
cond_syscall
(
sys_security
)
static
int
set_one_prio
(
struct
task_struct
*
p
,
int
niceval
,
int
error
)
{
...
...
security/capability.c
View file @
e175888f
...
...
@@ -279,12 +279,6 @@ EXPORT_SYMBOL(cap_task_reparent_to_init);
#ifdef CONFIG_SECURITY
static
int
cap_sys_security
(
unsigned
int
id
,
unsigned
int
call
,
unsigned
long
*
args
)
{
return
-
ENOSYS
;
}
static
int
cap_quotactl
(
int
cmds
,
int
type
,
int
id
,
struct
super_block
*
sb
)
{
return
0
;
...
...
@@ -732,7 +726,6 @@ static struct security_operations capability_ops = {
.
capset_set
=
cap_capset_set
,
.
acct
=
cap_acct
,
.
capable
=
cap_capable
,
.
sys_security
=
cap_sys_security
,
.
quotactl
=
cap_quotactl
,
.
quota_on
=
cap_quota_on
,
...
...
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