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
f7254f4a
Commit
f7254f4a
authored
Jan 28, 2005
by
Vojtech Pavlik
Committed by
Dmitry Torokhov
Jan 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input: Only root should be able to set the N_MOUSE line discipline.
Signed-off-by:
Vojtech Pavlik
<
vojtech@suse.cz
>
parent
d65b954b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drivers/input/serio/serport.c
drivers/input/serio/serport.c
+3
-0
No files found.
drivers/input/serio/serport.c
View file @
f7254f4a
...
...
@@ -64,6 +64,9 @@ static int serport_ldisc_open(struct tty_struct *tty)
struct
serio
*
serio
;
char
name
[
64
];
if
(
!
capable
(
CAP_SYS_ADMIN
))
return
-
EPERM
;
serport
=
kmalloc
(
sizeof
(
struct
serport
),
GFP_KERNEL
);
serio
=
kmalloc
(
sizeof
(
struct
serio
),
GFP_KERNEL
);
if
(
unlikely
(
!
serport
||
!
serio
))
{
...
...
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