错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

SELinux and AppArmor

  • Mike O’Leary

摘要

SELinux and AppArmor are different ways that an administrator can add security policies to Linux. SELinux is a set of modifications to the Linux kernel that provide a finer level of access control than the traditional discretionary access model. This is done through labels or contexts, which are attached to objects, including users, files, directories, processes, and network ports. Access from one labelled object to another is governed by a set of policies and enforced by the kernel. By default, SELinux blocks anything not allowed by an explicit access rule. AppArmor is a mandatory access control system like SELinux included by default on Ubuntu, Mint, and OpenSUSE.