<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>St. Clair Software Blog &#187; permissions</title>
	<atom:link href="http://stclairsoft.com/blog/tag/permissions/feed/" rel="self" type="application/rss+xml" />
	<link>http://stclairsoft.com/blog</link>
	<description>Notes, news and miscellanea from St. Clair Software</description>
	<lastBuildDate>Mon, 05 Dec 2011 21:00:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting the owner of a process</title>
		<link>http://stclairsoft.com/blog/2007/12/06/getting-the-owner-of-a-process/</link>
		<comments>http://stclairsoft.com/blog/2007/12/06/getting-the-owner-of-a-process/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 21:53:57 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[owner]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[process manager]]></category>
		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">http://stclairsoft.com/blog/2007/12/06/getting-the-owner-of-a-process/</guid>
		<description><![CDATA[I was a little surprised that I couldn&#8217;t find this online anywhere, so for others that may need it, here&#8217;s a function that gets the effective owner of a Mac OS X process, given the process pid:
uid_t OwnerForPID(int pid)
{
    struct kinfo_proc info;
    size_t length = sizeof(struct kinfo_proc);
   [...]]]></description>
		<wfw:commentRss>http://stclairsoft.com/blog/2007/12/06/getting-the-owner-of-a-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

