首页 > 系统相关 >SELinux相关包

SELinux相关包

时间:2022-12-04 07:11:24浏览次数:56  
标签:used SELinux libraries selinux Policy 相关 tools

https://github.com/SELinuxProject/selinux/wiki

#SELinux Userspace

This is the upstream repository for the Security Enhanced Linux (SELinux) userland libraries and tools. The software provided by this project complements the SELinux features integrated into the Linux kernel and is used by Linux distributions. The tools provide the following capabilities:

* Policy compilation - low-level tools that perform the conversion of the text-based SELinux policy language into the format used by the kernel for enforcement.

  selinux-policy

* Policy management - tools (e.g., semodule and semanage(policycoreutils)) and libraries (e.g., libsemanage) used to install, remove, and update SELinux policies on running systems.

* Policy development - tools to aid in the creation and updating of policies (e.g., audit2why and audit2allow(policycoreutils)).

* SELinux services - libraries (e.g., libselinux) for applications that must be aware of SELinux or enforce access control decisions using SELinux (e.g., Dbus).

* SELinux utilities - low-level utilities (e.g., setenforce(libselinux) and restorecon(policycoreutils)) for administering and SELinux-enabled system.

setroubleshoot


selinux-notebook

https://github.com/SELinuxProject/selinux-notebook/blob/main/src/toc.md

标签:used,SELinux,libraries,selinux,Policy,相关,tools
From: https://www.cnblogs.com/cuckoocommon/p/16949355.html

相关文章