<p><br>
On Dec 30, 2011 7:35 PM, &quot;Philip Anil-QBW348&quot; &lt;<a href="mailto:anil.philip@motorolasolutions.com">anil.philip@motorolasolutions.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Thanks for replying. Specifically, I want a certain program to be run after the audio and video codecs are run.<br>
&gt; How do I do that?<br>
&gt; Anil</p>
<p>Audio /video codecs are just system libraries not kernel drivers... You could modify the codec library code to start a new process, but it&#39;s hackish... </p>
<p>&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:alexandrujuncu@gmail.com">alexandrujuncu@gmail.com</a> [mailto:<a href="mailto:alexandrujuncu@gmail.com">alexandrujuncu@gmail.com</a>] On Behalf Of Alexandru Juncu<br>
&gt; Sent: Friday, December 30, 2011 11:26 AM<br>
&gt; To: Philip Anil-QBW348<br>
&gt; Cc: <a href="mailto:kernelnewbies@kernelnewbies.org">kernelnewbies@kernelnewbies.org</a><br>
&gt; Subject: Re:<br>
&gt;<br>
&gt; On Fri, Dec 30, 2011 at 7:16 PM, Philip Anil-QBW348<br>
&gt; &lt;<a href="mailto:anil.philip@motorolasolutions.com">anil.philip@motorolasolutions.com</a>&gt; wrote:<br>
&gt; &gt; I want the drivers to be owned by a user, Foo. Whenever the drivers are<br>
&gt; &gt; called by application Duh, I want a program Bar to run after the driver has<br>
&gt; &gt; done its work, since Foo is now running the driver. Is it possible?<br>
&gt;<br>
&gt; You can&#39;t say a driver is &#39;owned&#39; by an user... drivers are just code<br>
&gt; that run in kernel space...  processes (started by certain users) can<br>
&gt; run or not that code.<br>
&gt; If you want, you can verify if the driver is accessed by an user, but<br>
&gt; that&#39;s about it.<br>
&gt;<br>
</p>