Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pulpcore.te
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ type pulpcore_t;
type pulpcore_exec_t;
init_daemon_domain(pulpcore_t, pulpcore_exec_t)
init_nnp_daemon_domain(pulpcore_t)
permissive pulpcore_t;

type pulpcore_server_t;
type pulpcore_server_exec_t;
init_daemon_domain(pulpcore_server_t, pulpcore_server_exec_t)
init_nnp_daemon_domain(pulpcore_server_t)
permissive pulpcore_server_t;

type pulpcore_etc_t;
files_config_file(pulpcore_etc_t)
Expand Down