Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
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
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
29f2e33e
Commit
29f2e33e
authored
9 years ago
by
Bertrand Simonnet
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allows init to send signals."
parents
eb6656ce
34e4da5f
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
init.te
+1
-1
1 addition, 1 deletion
init.te
with
1 addition
and
1 deletion
init.te
+
1
−
1
View file @
29f2e33e
...
@@ -177,7 +177,7 @@ userdebug_or_eng(`
...
@@ -177,7 +177,7 @@ userdebug_or_eng(`
# Support "adb shell stop"
# Support "adb shell stop"
allow init self:capability kill;
allow init self:capability kill;
allow init domain:process sigkill;
allow init domain:process
{
sigkill
signal }
;
# Init creates keystore's directory on boot, and walks through
# Init creates keystore's directory on boot, and walks through
# the directory as part of a recursive restorecon.
# the directory as part of a recursive restorecon.
...
...
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