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
af925153
Commit
af925153
authored
6 years ago
by
Tri Vo
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add type for /system/bin/tcpdump."
parents
03453d0a
e8b33c31
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/compat/28.0/28.0.cil
+1
-0
1 addition, 0 deletions
private/compat/28.0/28.0.cil
private/file_contexts
+1
-0
1 addition, 0 deletions
private/file_contexts
public/file.te
+2
-0
2 additions, 0 deletions
public/file.te
with
4 additions
and
0 deletions
private/compat/28.0/28.0.cil
+
1
−
0
View file @
af925153
...
...
@@ -1571,6 +1571,7 @@
system_linker_exec
system_seccomp_policy_file
system_security_cacerts_file
tcpdump_exec
system_zoneinfo_file
))
(typeattributeset systemkeys_data_file_28_0 (systemkeys_data_file))
...
...
This diff is collapsed.
Click to expand it.
private/file_contexts
+
1
−
0
View file @
af925153
...
...
@@ -198,6 +198,7 @@
/system/bin/sload_f2fs -- u:object_r:e2fs_exec:s0
/system/bin/make_f2fs -- u:object_r:e2fs_exec:s0
/system/bin/fsck_msdos -- u:object_r:fsck_exec:s0
/system/bin/tcpdump -- u:object_r:tcpdump_exec:s0
/system/bin/tune2fs -- u:object_r:fsck_exec:s0
/system/bin/toolbox -- u:object_r:toolbox_exec:s0
/system/bin/toybox -- u:object_r:toolbox_exec:s0
...
...
This diff is collapsed.
Click to expand it.
public/file.te
+
2
−
0
View file @
af925153
...
...
@@ -146,6 +146,8 @@ type system_seccomp_policy_file, system_file_type, file_type;
type apex_key_file, system_file_type, file_type;
# Default type for cacerts in /system/etc/security/cacerts/*.
type system_security_cacerts_file, system_file_type, file_type;
# Default type for /system/bin/tcpdump.
type tcpdump_exec, system_file_type, exec_type, file_type;
# Default type for zoneinfo files in /system/usr/share/zoneinfo/*.
type system_zoneinfo_file, system_file_type, file_type;
...
...
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