trunk: add missing requires.

This commit is contained in:
Chris PeBenito 2008-06-24 12:53:30 +00:00
parent a713ad8b8a
commit b1a903654f
3 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,7 @@ template(`cron_per_role_template',`
gen_require(`
attribute cron_spool_type;
type crond_t, cron_spool_t, crontab_exec_t;
class dbus send_msg;
')
# Type of user crontabs once moved to cron spool.

View File

@ -13,6 +13,7 @@
interface(`setrans_translate_context',`
gen_require(`
type setrans_t, setrans_var_run_t;
class context translate;
')
allow $1 self:unix_stream_socket create_stream_socket_perms;

View File

@ -895,6 +895,10 @@ template(`userdom_common_user_template',`
## </param>
#
template(`userdom_login_user_template', `
gen_require(`
class context contains;
')
userdom_base_user_template($1)
userdom_manage_home_template($1)