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
2286b397
Commit
2286b397
authored
7 years ago
by
Tom Cherry
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add label for /proc/sys/vm/page-cluster"
parents
59fba920
8bdb1dab
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/compat/26.0/26.0.cil
+1
-0
1 addition, 0 deletions
private/compat/26.0/26.0.cil
private/genfs_contexts
+1
-0
1 addition, 0 deletions
private/genfs_contexts
public/file.te
+1
-0
1 addition, 0 deletions
public/file.te
public/init.te
+3
-0
3 additions, 0 deletions
public/init.te
with
6 additions
and
0 deletions
private/compat/26.0/26.0.cil
+
1
−
0
View file @
2286b397
...
@@ -455,6 +455,7 @@
...
@@ -455,6 +455,7 @@
proc_kmsg
proc_kmsg
proc_loadavg
proc_loadavg
proc_mounts
proc_mounts
proc_page_cluster
proc_pagetypeinfo
proc_pagetypeinfo
proc_random
proc_random
proc_swaps
proc_swaps
...
...
This diff is collapsed.
Click to expand it.
private/genfs_contexts
+
1
−
0
View file @
2286b397
...
@@ -40,6 +40,7 @@ genfscon proc /sys/net u:object_r:proc_net:s0
...
@@ -40,6 +40,7 @@ genfscon proc /sys/net u:object_r:proc_net:s0
genfscon proc /sys/vm/mmap_min_addr u:object_r:proc_security:s0
genfscon proc /sys/vm/mmap_min_addr u:object_r:proc_security:s0
genfscon proc /sys/vm/mmap_rnd_bits u:object_r:proc_security:s0
genfscon proc /sys/vm/mmap_rnd_bits u:object_r:proc_security:s0
genfscon proc /sys/vm/mmap_rnd_compat_bits u:object_r:proc_security:s0
genfscon proc /sys/vm/mmap_rnd_compat_bits u:object_r:proc_security:s0
genfscon proc /sys/vm/page-cluster u:object_r:proc_page_cluster:s0
genfscon proc /sys/vm/drop_caches u:object_r:proc_drop_caches:s0
genfscon proc /sys/vm/drop_caches u:object_r:proc_drop_caches:s0
genfscon proc /sys/vm/overcommit_memory u:object_r:proc_overcommit_memory:s0
genfscon proc /sys/vm/overcommit_memory u:object_r:proc_overcommit_memory:s0
genfscon proc /timer_list u:object_r:proc_timer:s0
genfscon proc /timer_list u:object_r:proc_timer:s0
...
...
This diff is collapsed.
Click to expand it.
public/file.te
+
1
−
0
View file @
2286b397
...
@@ -26,6 +26,7 @@ type proc_misc, fs_type;
...
@@ -26,6 +26,7 @@ type proc_misc, fs_type;
type proc_modules, fs_type;
type proc_modules, fs_type;
type proc_mounts, fs_type;
type proc_mounts, fs_type;
type proc_net, fs_type;
type proc_net, fs_type;
type proc_page_cluster, fs_type;
type proc_pagetypeinfo, fs_type;
type proc_pagetypeinfo, fs_type;
type proc_perf, fs_type;
type proc_perf, fs_type;
type proc_random, fs_type;
type proc_random, fs_type;
...
...
This diff is collapsed.
Click to expand it.
public/init.te
+
3
−
0
View file @
2286b397
...
@@ -277,6 +277,9 @@ allow init proc_version:file r_file_perms;
...
@@ -277,6 +277,9 @@ allow init proc_version:file r_file_perms;
# Read /proc/cmdline
# Read /proc/cmdline
allow init proc_cmdline:file r_file_perms;
allow init proc_cmdline:file r_file_perms;
# Write to /proc/sys/vm/page-cluster
allow init proc_page_cluster:file w_file_perms;
# Reboot.
# Reboot.
allow init self:capability sys_boot;
allow init self:capability sys_boot;
...
...
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