Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
19a21cd8
Commit
19a21cd8
authored
8 years ago
by
Nick Kralevich
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add TCSETS to unpriv_tty_ioctls" am:
f016fc11
am:
f304d5ea
am:
bad7f76a
am:
6a608735
Change-Id: I96266b36a134862775d06097563942ca028a2941
parents
d9f0c791
6a608735
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/ioctl_macros
+2
-2
2 additions, 2 deletions
public/ioctl_macros
with
2 additions
and
2 deletions
public/ioctl_macros
+
2
−
2
View file @
19a21cd8
...
@@ -49,8 +49,8 @@ define(`unpriv_unix_sock_ioctls', `{
...
@@ -49,8 +49,8 @@ define(`unpriv_unix_sock_ioctls', `{
# commonly used TTY ioctls
# commonly used TTY ioctls
# merge with unpriv_unix_sock_ioctls?
# merge with unpriv_unix_sock_ioctls?
define(`unpriv_tty_ioctls', `{
define(`unpriv_tty_ioctls', `{
TIOCOUTQ FIOCLEX TCGETS TIOCGWINSZ TIOCSWINSZ TIOCSCTTY TCSETSW
TCFLSH
TIOCOUTQ FIOCLEX TCGETS
TCSETS
TIOCGWINSZ TIOCSWINSZ TIOCSCTTY TCSETSW
TIOCSPGRP TIOCGPGRP
TCFLSH
TIOCSPGRP TIOCGPGRP
}')
}')
# point to point ioctls
# point to point ioctls
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment