|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/share/selinux/devel/include/roles/ |
Upload File : |
## <summary>Administrator's unprivileged user</summary> ######################################## ## <summary> ## Change to the staff role. ## </summary> ## <param name="role"> ## <summary> ## Role allowed access. ## </summary> ## </param> ## <rolecap/> # interface(`staff_role_change',` gen_require(` role staff_r; ') allow $1 staff_r; ') ######################################## ## <summary> ## Change from the staff role. ## </summary> ## <desc> ## <p> ## Change from the staff role to ## the specified role. ## </p> ## <p> ## This is an interface to support third party modules ## and its use is not allowed in upstream reference ## policy. ## </p> ## </desc> ## <param name="role"> ## <summary> ## Role allowed access. ## </summary> ## </param> ## <rolecap/> # interface(`staff_role_change_to',` gen_require(` role staff_r; ') allow staff_r $1; ')