Skip to content

Commit

Permalink
Fix interfaces merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrepl committed Jan 8, 2013
1 parent c056ac4 commit b1a5f1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apm.if
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ interface(`apmd_systemctl',`
allow $1 apmd_unit_file_t:service manage_service_perms;

ps_process_pattern($1, apmd_t)
')

########################################
## <summary>
Expand Down Expand Up @@ -213,5 +214,4 @@ interface(`apm_admin',`
admin_pattern($1, apmd_tmp_t)

apm_run_client($1, $2)
>>>>>>> 662a00bca8f52af8056f41abd0fdec77ea835b2a
')
19 changes: 0 additions & 19 deletions awstats.if
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,6 @@ interface(`awstats_domtrans',`
domtrans_pattern($1, awstats_exec_t, awstats_t)
')

########################################
## <summary>
## Execute the awstats program in the awstats domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
## </param>
#
interface(`awstats_domtrans',`
gen_require(`
type awstats_t, awstats_exec_t;
')

corecmd_search_bin($1)
domtrans_pattern($1, awstats_exec_t, awstats_t)
')

########################################
## <summary>
## Read and write awstats unnamed pipes. (Deprecated)
Expand Down
1 change: 1 addition & 0 deletions chronyd.if
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ interface(`chronyd_systemctl',`
allow $1 chronyd_unit_file_t:service manage_service_perms;

ps_process_pattern($1, chronyd_t)
')

#######################################
## <summary>
Expand Down

0 comments on commit b1a5f1e

Please sign in to comment.