| Server IP : 67.43.7.42 / Your IP : 216.73.216.241 Web Server : Apache System : Linux host.isabellascookies.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : isabella ( 503) PHP Version : 5.5.38 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/selinux/devel/include/admin/ |
Upload File : |
## <summary>Berkeley process accounting</summary> ######################################## ## <summary> ## Transition to the accounting management domain. ## </summary> ## <param name="domain"> ## <summary> ## Domain allowed access. ## </summary> ## </param> # interface(`acct_domtrans',` gen_require(` type acct_t, acct_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, acct_exec_t, acct_t) ') ######################################## ## <summary> ## Execute accounting management tools in the caller domain. ## </summary> ## <param name="domain"> ## <summary> ## The type of the process performing this action. ## </summary> ## </param> # interface(`acct_exec',` gen_require(` type acct_exec_t; ') corecmd_search_bin($1) can_exec($1, acct_exec_t) ') ######################################## ## <summary> ## Execute accounting management data in the caller domain. ## </summary> ## <param name="domain"> ## <summary> ## The type of the process performing this action. ## </summary> ## </param> # # cjp: this is added for logrotate, and does # not make sense to me. interface(`acct_exec_data',` gen_require(` type acct_data_t; ') files_search_var($1) can_exec($1, acct_data_t) ') ######################################## ## <summary> ## Create, read, write, and delete process accounting data. ## </summary> ## <param name="domain"> ## <summary> ## The type of the process performing this action. ## </summary> ## </param> # interface(`acct_manage_data',` gen_require(` type acct_data_t; ') files_search_var($1) manage_files_pattern($1, acct_data_t, acct_data_t) manage_lnk_files_pattern($1, acct_data_t, acct_data_t) ')