
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://selinuxproject.org/w/skins/common/feed.css?63"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://selinuxproject.org/w/?title=NB_Subjects&amp;action=history&amp;feed=atom</id>
		<title>NB Subjects - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://selinuxproject.org/w/?title=NB_Subjects&amp;action=history&amp;feed=atom"/>
		<link rel="alternate" type="text/html" href="http://selinuxproject.org/w/?title=NB_Subjects&amp;action=history"/>
		<updated>2013-05-20T11:48:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.10.4</generator>

	<entry>
		<id>http://selinuxproject.org/w/?title=NB_Subjects&amp;diff=1039&amp;oldid=prev</id>
		<title>Jaxelson at 21:05, 13 September 2010</title>
		<link rel="alternate" type="text/html" href="http://selinuxproject.org/w/?title=NB_Subjects&amp;diff=1039&amp;oldid=prev"/>
				<updated>2010-09-13T21:05:17Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 21:05, 13 September 2010&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 18:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 18:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;----&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;----&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;references/&amp;gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&amp;lt;references/&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;[[Category:Notebook]]&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jaxelson</name></author>	</entry>

	<entry>
		<id>http://selinuxproject.org/w/?title=NB_Subjects&amp;diff=936&amp;oldid=prev</id>
		<title>RichardHaines: New page: = Subjects = A subject is an active entity generally in the form of a person, process, or device that causes information to flow among objects or changes the system state.   Within SELinux...</title>
		<link rel="alternate" type="text/html" href="http://selinuxproject.org/w/?title=NB_Subjects&amp;diff=936&amp;oldid=prev"/>
				<updated>2010-05-16T14:02:35Z</updated>
		
		<summary type="html">&lt;p&gt;New page: = Subjects = A subject is an active entity generally in the form of a person, process, or device that causes information to flow among objects or changes the system state.   Within SELinux...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Subjects =&lt;br /&gt;
A subject is an active entity generally in the form of a person, process, or device that causes information to flow among objects or changes the system state. &lt;br /&gt;
&lt;br /&gt;
Within SELinux a subject is generally an active process and has a security context associated with it, however a process can also be referred to as an object depending on the context in which it is being taken, for example:&lt;br /&gt;
&lt;br /&gt;
# A running process (i.e. an active entity) is a subject because it causes information to flow among objects or can change the system state.&lt;br /&gt;
# The process can also be referred to as an object because each process has an associated object class&amp;lt;ref name=&amp;quot;ftn8&amp;quot;&amp;gt;&amp;lt;sup&amp;gt;The object class and its associated permissions are explained in the [[ObjectClassesPerms | Process Object Class]] section.&amp;lt;/sup&amp;gt;&amp;lt;/ref&amp;gt; called &amp;quot;process&amp;quot;. This process &amp;quot;object&amp;quot;, defines what permissions the policy is allowed to grant or deny on the active process. &lt;br /&gt;
&lt;br /&gt;
An example is given of the above scenarios in the [[NB_Objects#Allowing a Process Access to Resources |  Allowing a Process Access to Resources]] section.&lt;br /&gt;
&lt;br /&gt;
In SELinux subjects can be:&lt;br /&gt;
&lt;br /&gt;
'''Trusted''' - Generally these are commands, applications etc. that have been written or modified to support specific SELinux functionality to enforce the security policy (e.g. the kernel, init, pam, xinetd and login). However, it can also cover any application that the organisation is willing to trust as a part of the overall system. Although (depending on your paranoia level), the best policy is to trust nothing until it has been verified that it conforms to the security policy. Generally these trusted applications would run in either their own domain (e.g. the audit daemon could run under &amp;lt;tt&amp;gt;auditd_t&amp;lt;/tt&amp;gt;) or grouped together (e.g. the semanage and semodule commands could be grouped under &amp;lt;tt&amp;gt;semanage_t&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
'''Untrusted''' - Everything else.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>RichardHaines</name></author>	</entry>

	</feed>