Skip to content

Commit

Permalink
selinux: allow dac_override capability
Browse files Browse the repository at this point in the history
Fixes: ceph#14870
Signed-off-by: Boris Ranto <[email protected]>
  • Loading branch information
b-ranto committed Mar 8, 2016
1 parent 2241792 commit 519b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selinux/ceph.te
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ files_pid_file(ceph_var_run_t)
allow ceph_t self:process { signal_perms };
allow ceph_t self:fifo_file rw_fifo_file_perms;
allow ceph_t self:unix_stream_socket create_stream_socket_perms;
allow ceph_t self:capability { setuid setgid };
allow ceph_t self:capability { setuid setgid dac_override };

manage_dirs_pattern(ceph_t, ceph_log_t, ceph_log_t)
manage_files_pattern(ceph_t, ceph_log_t, ceph_log_t)
Expand Down

0 comments on commit 519b03f

Please sign in to comment.