]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/internal.h
CRED: Make execve() take advantage of copy-on-write credentials
[linux-2.6-omap-h63xx.git] / fs / internal.h
index 80aa9a023372d4356524824854fba73ac89dc4ec..53af885f173243df3a5bf0906b589edccece84db 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 struct super_block;
+struct linux_binprm;
 
 /*
  * block_dev.c
@@ -39,6 +40,11 @@ static inline int sb_is_blkdev_sb(struct super_block *sb)
  */
 extern void __init chrdev_init(void);
 
+/*
+ * exec.c
+ */
+extern void check_unsafe_exec(struct linux_binprm *);
+
 /*
  * namespace.c
  */