Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3233 from werwty/bugfix/f27-selinux
Browse files Browse the repository at this point in the history
Update selinux definitions for qpid so it runs on f27
  • Loading branch information
werwty committed Dec 1, 2017
2 parents bca152e + bd43621 commit 6199670
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server/selinux/server/pulp-celery.te
Expand Up @@ -23,6 +23,8 @@ require {
type pulp_var_cache_t;
type pulp_cert_t;
type puppet_etc_t;
type qpidd_t;
type qpidd_var_lib_t;
type tmp_t;
type tmpfs_t;
type sysfs_t;
Expand Down Expand Up @@ -56,6 +58,14 @@ allow celery_t tmpfs_t:dir { write add_name remove_name };
allow celery_t tmpfs_t:file { create open read write link getattr unlink };


#============= qpidd_t ==============
#
# Qpid should fix this internally, remove this block when https://bugzilla.redhat.com/show_bug.cgi?id=1519948 is resolved
#

allow qpidd_t qpidd_var_lib_t:file map;


######################################
#
# pulp_rpm publish call to createrepo for generating sqlite files
Expand Down

0 comments on commit 6199670

Please sign in to comment.