## ## Policy for local logins. ######################################## ## ## ## Execute local logins in the locallogin domain. ## ## ## The type of the process performing this action. ## ## # define(`locallogin_transition',` requires_block_template(`$0'_depend) authlogin_login_program_transition($1,local_login_t) ') define(`locallogin_transition_depend',` type local_login_t; ') ######################################## ## ## ## Allow processes to inherit local login file descriptors ## ## ## The type of the process performing this action. ## ## # ######################################## # # locallogin_use_file_descriptors(domain) # define(`locallogin_use_file_descriptors',` requires_block_template(`$0'_depend) allow $1 local_login_t:fd use; ') define(`locallogin_use_file_descriptors_depend',` type local_login_t; class fd use; ') ##