Changeset View
Changeset View
Standalone View
Standalone View
resources/selinux/phabricator.if
- This file was added.
| ## <summary>Phabricator policy</summary> | |||||
| ## <desc> | |||||
| ## <p> | |||||
| ## More descriptive text about myapp. The desc | |||||
| ## tag can also use p, ul, and ol | |||||
| ## html tags for formatting. | |||||
| ## </p> | |||||
| ## <p> | |||||
| ## This policy supports the following myapp features: | |||||
| ## <ul> | |||||
| ## <li>Feature A</li> | |||||
| ## <li>Feature B</li> | |||||
| ## <li>Feature C</li> | |||||
| ## </ul> | |||||
| ## </p> | |||||
| ## </desc> | |||||
| ######################################## | |||||
| ## <summary> | |||||
| ## Execute a domain transition to run phabricator. | |||||
| ## </summary> | |||||
| ## <param name="domain"> | |||||
| ## <summary> | |||||
| ## Domain allowed to transition. | |||||
| ## </summary> | |||||
| ## </param> | |||||
| # | |||||
| interface(`phabricator_domtrans',` | |||||
| gen_requires(` | |||||
| type phabricator_t, phabricator_exec_t; | |||||
| ') | |||||
| domtrans_pattern($1,phabricator_exec_t,phabricator_t) | |||||
| ') | |||||