On Tue, 05 Aug 2008 13:19:56 -0400 Eric Paris <eparis@redhat.com> wrote:ok so lets be specific. You are trying to prevent an application from opening a "damaged" file, or from someone starting a "damaged" file. You are not trying to prevent anything once you have executed a damaged file; once you execute one of these for this part it's game over (to limit the damage other tools like selinux exist, but are outside the scope of talpa). So... as long as /sbin/init isn't compromised... intercepting exec and open (in all variants) is all you need. And this can be done from userland with the preload: the "workaround" from the preload assumes you've already executed malicious code, which is outside of your protection scope. What am I missing? -- If you want to reach me at my work email, use arjan@linux.intel.com For development, discussion and tips for power savings, visit http://www.lesswatts.org --
