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