## Pidgin multi protocol client ######################################## ## ## Role access for pidgin ## ## ## ## Role allowed access ## ## ## ## ## User domain for the role ## ## # interface(`pidgin_role',` gen_require(` type pidgin_t, pidgin_exec_t; ') role $1 types pidgin_t; domain_auto_trans($2, pidgin_exec_t, pidgin_t) allow pidgin_t $2:fd use; # Allow the user domain to signal/ps. ps_process_pattern($2, pidgin_t) allow $2 pidgin_t:process signal_perms; manage_files_pattern($2 , pidgin_userdata_t , pidgin_userdata_t) ')