Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Farzin Kazemzadeh
platform_frameworks_base-old
Commits
6d9aaeeb
Commit
6d9aaeeb
authored
10 months ago
by
Sandro Montanari
Committed by
Android (Google) Code Review
10 months ago
Browse files
Options
Downloads
Plain Diff
Merge "Rename reverted+resubmitted sdk sandbox flag" into main
parents
e84502c2
a1eccc91
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/core/java/com/android/server/am/ProcessList.java
+2
-2
2 additions, 2 deletions
services/core/java/com/android/server/am/ProcessList.java
with
2 additions
and
2 deletions
services/core/java/com/android/server/am/ProcessList.java
+
2
−
2
View file @
6d9aaeeb
...
...
@@ -36,8 +36,8 @@ import static android.os.Process.killProcessQuiet;
import
static
android
.
os
.
Process
.
startWebView
;
import
static
android
.
system
.
OsConstants
.
EAGAIN
;
import
static
com
.
android
.
sdksandbox
.
flags
.
Flags
.
selinuxInputSelector
;
import
static
com
.
android
.
sdksandbox
.
flags
.
Flags
.
selinuxSdkSandboxAudit
;
import
static
com
.
android
.
sdksandbox
.
flags
.
Flags
.
selinuxSdkSandboxInputSelector
;
import
static
com
.
android
.
server
.
am
.
ActivityManagerDebugConfig
.
DEBUG_LRU
;
import
static
com
.
android
.
server
.
am
.
ActivityManagerDebugConfig
.
DEBUG_NETWORK
;
import
static
com
.
android
.
server
.
am
.
ActivityManagerDebugConfig
.
DEBUG_PROCESSES
;
...
...
@@ -2068,7 +2068,7 @@ public final class ProcessList {
}
// The order of selectors in seInfo matters, the string is terminated by the word complete.
if
(
selinux
SdkSandbox
InputSelector
())
{
if
(
selinuxInputSelector
())
{
return
app
.
info
.
seInfo
+
extraInfo
+
TextUtils
.
emptyIfNull
(
app
.
info
.
seInfoUser
);
}
else
{
return
app
.
info
.
seInfo
...
...
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