Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
65a83bdf
Commit
65a83bdf
authored
Nov 10, 2014
by
Nick Kralevich
Committed by
Gerrit Code Review
Nov 10, 2014
Browse files
Options
Downloads
Plain Diff
Merge "Reserve some AIDs for OEMs"
parents
f02c7972
60ac6364
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/private/android_filesystem_config.h
+5
-0
5 additions, 0 deletions
include/private/android_filesystem_config.h
with
5 additions
and
0 deletions
include/private/android_filesystem_config.h
+
5
−
0
View file @
65a83bdf
...
...
@@ -83,6 +83,11 @@
#define AID_CACHE 2001
/* cache access */
#define AID_DIAG 2002
/* access to diagnostic resources */
/* The range 2900-2999 is reserved for OEM, and must never be
* used here */
#define AID_OEM_RESERVED_START 2900
#define AID_OEM_RESERVED_END 2999
/* The 3000 series are intended for use as supplemental group id's only.
* They indicate special Android capabilities that the kernel is aware of. */
#define AID_NET_BT_ADMIN 3001
/* bluetooth: create any socket */
...
...
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