Skip to content

Commit

Permalink
Merge pull request #13945 from ceph/wip-selinux-psched
Browse files Browse the repository at this point in the history
selinux: Allow ceph daemons to read net stats

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Mar 15, 2017
2 parents 6ba4858 + dfd6880 commit c8fa9a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selinux/ceph.te
Expand Up @@ -58,6 +58,7 @@ manage_files_pattern(ceph_t, ceph_var_run_t, ceph_var_run_t)
manage_lnk_files_pattern(ceph_t, ceph_var_run_t, ceph_var_run_t)

kernel_read_system_state(ceph_t)
kernel_read_network_state(ceph_t)

corenet_all_recvfrom_unlabeled(ceph_t)
corenet_all_recvfrom_netlabel(ceph_t)
Expand Down

0 comments on commit c8fa9a4

Please sign in to comment.