Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
eos
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Doina Duma
eos
Commits
6bf855a8
Commit
6bf855a8
authored
8 years ago
by
Dan van der Ster
Browse files
Options
Downloads
Patches
Plain Diff
FUSE: allow domain:process getpgid and cleanup
parent
1dbe8c16
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
selinux/eosfuse.pp
+0
-0
0 additions, 0 deletions
selinux/eosfuse.pp
selinux/eosfuse.te
+10
-10
10 additions, 10 deletions
selinux/eosfuse.te
with
10 additions
and
10 deletions
selinux/eosfuse.pp
+
0
−
0
View file @
6bf855a8
No preview for this file type
This diff is collapsed.
Click to expand it.
selinux/eosfuse.te
+
10
−
10
View file @
6bf855a8
module eosfuse 1.
2
;
module eosfuse 1.
3
;
require {
attribute domain;
type initrc_tmp_t;
type var_log_t;
type var_run_t;
type automount_t;
type mount_t;
type unconfined_t;
type sshd_t;
type su_exec_t;
class lnk_file { read getattr };
class dir add_name;
class file { write read create setattr };
class file { write read create setattr
getattr
};
class process { getpgid };
}
...
...
@@ -18,11 +20,9 @@ allow automount_t initrc_tmp_t:file write;
#============= mount_t ==============
allow mount_t var_log_t:dir add_name;
allow mount_t var_log_t:file create;
allow mount_t var_log_t:file { create setattr };
allow mount_t var_run_t:lnk_file { read getattr };
allow mount_t domain:process getpgid;
allow mount_t var_log_t:file setattr;
allow mount_t var_run_t:lnk_file getattr;
allow mount_t var_run_t:lnk_file read;
allow mount_t unconfined_t:process getpgid;
\ No newline at end of file
#============= sshd_t ==============
allow sshd_t su_exec_t:file getattr;
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