Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:coolo:alp:hostos
selinux-policy
rebootmgr.if
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rebootmgr.if of Package selinux-policy
## <summary>policy for rebootmgr</summary> ######################################## ## <summary> ## Execute rebootmgr_exec_t in the rebootmgr domain. ## </summary> ## <param name="domain"> ## <summary> ## Domain allowed to transition. ## </summary> ## </param> # interface(`rebootmgr_domtrans',` gen_require(` type rebootmgr_t, rebootmgr_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, rebootmgr_exec_t, rebootmgr_t) ') ###################################### ## <summary> ## Execute rebootmgr in the caller domain. ## </summary> ## <param name="domain"> ## <summary> ## Domain allowed access. ## </summary> ## </param> # interface(`rebootmgr_exec',` gen_require(` type rebootmgr_exec_t; ') corecmd_search_bin($1) can_exec($1, rebootmgr_exec_t) ') ######################################## ## <summary> ## Send and receive messages from ## rebootmgr over dbus. ## </summary> ## <param name="domain"> ## <summary> ## Domain allowed access. ## </summary> ## </param> # interface(`rebootmgr_dbus_chat',` gen_require(` type rebootmgr_t; class dbus send_msg; ') allow $1 rebootmgr_t:dbus send_msg; allow rebootmgr_t $1:dbus send_msg; ')
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor