Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_sepolicy
Commits
61027bc5
Commit
61027bc5
authored
10 years ago
by
Nick Kralevich
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Download
Plain Diff
am
57a17d14
: add support for fsck.f2fs
* commit '
57a17d14
': add support for fsck.f2fs
parents
5f12c83d
57a17d14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
file_contexts
file_contexts
+1
-0
fsck.te
fsck.te
+1
-1
No files found.
file_contexts
View file @
61027bc5
...
...
@@ -126,6 +126,7 @@
#
/system(/.*)? u:object_r:system_file:s0
/system/bin/e2fsck -- u:object_r:fsck_exec:s0
/system/bin/fsck\.f2fs -- u:object_r:fsck_exec:s0
/system/bin/toolbox -- u:object_r:toolbox_exec:s0
/system/bin/logcat -- u:object_r:logcat_exec:s0
/system/bin/sh -- u:object_r:shell_exec:s0
...
...
This diff is collapsed.
Click to expand it.
fsck.te
View file @
61027bc5
...
...
@@ -10,7 +10,7 @@ init_daemon_domain(fsck)
allow fsck tmpfs:chr_file { read write ioctl };
# Inherit and use pty created by android_fork_execvp_ext().
allow fsck devpts:chr_file { read write ioctl };
allow fsck devpts:chr_file { read write ioctl
getattr
};
# Run e2fsck on block devices.
# TODO: Assign userdata and cache block device types to the corresponding
...
...
This diff is collapsed.
Click to expand it.
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