<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://kernsec.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JarkkoSakkinen</id>
	<title>Linux Kernel Security Subsystem - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://kernsec.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JarkkoSakkinen"/>
	<link rel="alternate" type="text/html" href="http://kernsec.org/wiki/index.php/Special:Contributions/JarkkoSakkinen"/>
	<updated>2026-04-09T06:24:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>http://kernsec.org/wiki/index.php?title=Linux_Kernel_Integrity&amp;diff=3901</id>
		<title>Linux Kernel Integrity</title>
		<link rel="alternate" type="text/html" href="http://kernsec.org/wiki/index.php?title=Linux_Kernel_Integrity&amp;diff=3901"/>
		<updated>2017-09-15T17:13:30Z</updated>

		<summary type="html">&lt;p&gt;JarkkoSakkinen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''linux-integrity@vger.kernel.org''' is the mailing list for TPM and IMA targeted patches and discussion. For non-trivial patch sets, such as patch sets that touch multiple subsystems, it is recommended to CC the '''linux-security-module@vger.kernel.org''' mailing list for more broad screening.&lt;br /&gt;
&lt;br /&gt;
TPM and IMA have have their own maintainers and GIT trees:&lt;br /&gt;
&lt;br /&gt;
* '''IMA:''' Mimi Zohar, git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git&lt;br /&gt;
* '''TPM:''' Jarkko Sakkinen, git://git.infradead.org/users/jjs/linux-tpmdd.git&lt;/div&gt;</summary>
		<author><name>JarkkoSakkinen</name></author>
	</entry>
	<entry>
		<id>http://kernsec.org/wiki/index.php?title=Linux_Kernel_Integrity&amp;diff=3900</id>
		<title>Linux Kernel Integrity</title>
		<link rel="alternate" type="text/html" href="http://kernsec.org/wiki/index.php?title=Linux_Kernel_Integrity&amp;diff=3900"/>
		<updated>2017-09-14T19:16:03Z</updated>

		<summary type="html">&lt;p&gt;JarkkoSakkinen: Created page with &amp;quot;'''linux-integrity@vger.kernel.org''' is the mailing list for TPM and IMA targeted patches and discussion. For non-trivial patch sets, such as patch sets that touch multiple s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''linux-integrity@vger.kernel.org''' is the mailing list for TPM and IMA targeted patches and discussion. For non-trivial patch sets, such as patch sets that touch multiple subsystems, it is recommended to CC them also to '''linux-security-module@vger.kernel.org''' mailing list for more broad screening.&lt;br /&gt;
&lt;br /&gt;
TPM and IMA have have their own maintainers and GIT trees:&lt;br /&gt;
&lt;br /&gt;
* '''IMA:''' Mimi Zohar, git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git&lt;br /&gt;
* '''TPM:''' Jarkko Sakkinen, git://git.infradead.org/users/jjs/linux-tpmdd.git&lt;/div&gt;</summary>
		<author><name>JarkkoSakkinen</name></author>
	</entry>
	<entry>
		<id>http://kernsec.org/wiki/index.php?title=Projects&amp;diff=3899</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="http://kernsec.org/wiki/index.php?title=Projects&amp;diff=3899"/>
		<updated>2017-09-14T19:08:22Z</updated>

		<summary type="html">&lt;p&gt;JarkkoSakkinen: /* Integrity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Kernel Security Projects ==&lt;br /&gt;
&lt;br /&gt;
=== Access Control ===&lt;br /&gt;
&lt;br /&gt;
* [http://vger.kernel.org/vger-lists.html#linux-security-module Linux Security Modules (LSM)], the API for access control frameworks &lt;br /&gt;
** Mailing list archive: http://kernsec.org/pipermail/linux-security-module-archive/&lt;br /&gt;
* [http://www.novell.com/linux/security/apparmor/ AppArmor], a pathname-based access control system &lt;br /&gt;
* [http://selinuxproject.org/page/Main_Page Security Enhanced Linux (SELinux)], a flexible and fine-grained MAC framework &lt;br /&gt;
* [http://www.schaufler-ca.com/ Smack], the Simplified Mandatory Access Control Kernel for Linux &lt;br /&gt;
* [http://tomoyo.sourceforge.jp/ TOMOYO], another pathname-based access control system (LiveCD available) &lt;br /&gt;
* [http://grsecurity.net/features.php grsecurity], extensive security enhancement patch for the Linux kernel (RBAC, chroot hardening, auditing, stack/heap protection randomization and more...) &lt;br /&gt;
* [http://www.rsbac.org/why Rule Set Based Access Control (RSBAC)], Linux kernel patch implementing a security framework &lt;br /&gt;
* [http://schreuders.org/FBAC-LSM FBAC-LSM] aims to provide easy to configure (functionality-based) application restrictions&lt;br /&gt;
* [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/security/Yama.txt;hb=HEAD Yama] adds restrictions to ptrace, providing a programmatic way to declare relationships between processes&lt;br /&gt;
&lt;br /&gt;
=== Integrity ===&lt;br /&gt;
&lt;br /&gt;
This is a rapidly developing area, see the following LWN article for an overview:&lt;br /&gt;
&lt;br /&gt;
* [[Linux Kernel Integrity]]&lt;br /&gt;
* [http://lwn.net/Articles/309441/ System integrity in Linux]&lt;br /&gt;
&lt;br /&gt;
=== Privileges ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.friedhoff.org/posixfilecaps.html POSIX File Capabilities]&lt;br /&gt;
** [http://lwn.net/Articles/313047/ Filesystem capabilities in Fedora 10 LWN article]&lt;br /&gt;
&lt;br /&gt;
=== Networking ===&lt;br /&gt;
&lt;br /&gt;
There are several separately maintained projects relating to network security, including:&lt;br /&gt;
&lt;br /&gt;
* [http://www.netfilter.org/ Netfilter] packet filtering &lt;br /&gt;
* Labeled Networking, including NetLabel, CIPSO, Labeled IPsec and SECMARK, see [http://paulmoore.livejournal.com/ Paul Moore's blog] &lt;br /&gt;
* [http://www.nufw.org/ NuFW] authenticating firewall based on Netfilter &lt;br /&gt;
&lt;br /&gt;
=== Storage ===&lt;br /&gt;
&lt;br /&gt;
* [http://selinuxproject.org/page/Labeled_NFS Labeled NFS], a project to add MAC labeling support to the NFSv4 protocol&lt;br /&gt;
* [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/device-mapper/verity.txt dm-verity], a device mapper target for efficient, integrity-assured block devices&lt;br /&gt;
&lt;br /&gt;
=== Cryptography ===&lt;br /&gt;
&lt;br /&gt;
The cryptographic subsystem is maintained separately by Herbert Xu, refer to the [http://vger.kernel.org/vger-lists.html#linux-crypto mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Working Group ===&lt;br /&gt;
&lt;br /&gt;
* [[Linux Security Workgroup]]&lt;br /&gt;
&lt;br /&gt;
=== Self Protection ===&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Self Protection Project]]&lt;/div&gt;</summary>
		<author><name>JarkkoSakkinen</name></author>
	</entry>
</feed>