Whitespace cleanup on mysql.if.
This commit is contained in:
parent
1d3d00b279
commit
e172614b57
@ -2,42 +2,40 @@
|
||||
|
||||
######################################
|
||||
## <summary>
|
||||
## Execute MySQL in the mysql domain.
|
||||
## Execute MySQL in the mysql domain.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`mysql_domtrans',`
|
||||
gen_require(`
|
||||
type mysqld_t, mysqld_exec_t;
|
||||
')
|
||||
|
||||
domtrans_pattern($1,mysqld_exec_t,mysqld_t)
|
||||
gen_require(`
|
||||
type mysqld_t, mysqld_exec_t;
|
||||
')
|
||||
|
||||
domtrans_pattern($1, mysqld_exec_t, mysqld_t)
|
||||
')
|
||||
|
||||
######################################
|
||||
## <summary>
|
||||
## Execute MySQL server in the mysql domain.
|
||||
## Execute MySQL server in the mysql domain.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`mysql_domtrans_mysql_safe',`
|
||||
gen_require(`
|
||||
type mysqld_safe_t, mysqld_safe_exec_t;
|
||||
')
|
||||
gen_require(`
|
||||
type mysqld_safe_t, mysqld_safe_exec_t;
|
||||
')
|
||||
|
||||
domtrans_pattern($1,mysqld_safe_exec_t, mysqld_safe_t)
|
||||
domtrans_pattern($1, mysqld_safe_exec_t, mysqld_safe_t)
|
||||
')
|
||||
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Send a generic signal to MySQL.
|
||||
|
Loading…
Reference in New Issue
Block a user