Changeset View
Changeset View
Standalone View
Standalone View
resources/selinux/arcanist.if
- This file was added.
| ## <summary>arcanist 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 arcanist. | |||||
| ## </summary> | |||||
| ## <param name="domain"> | |||||
| ## <summary> | |||||
| ## Domain allowed to transition. | |||||
| ## </summary> | |||||
| ## </param> | |||||
| # | |||||
| interface(`arcanist_domtrans',` | |||||
| gen_requires(` | |||||
| type arcanist_t, arcanist_exec_t; | |||||
| ') | |||||
| domtrans_pattern($1,arcanist_exec_t,arcanist_t) | |||||
| ') | |||||