commoncap-symbol.patch 478 B

12345678910111213
  1. --- linux-2.6.32.39/security/commoncap.c-orig 2011-05-10 17:57:30.476000018 +0200
  2. +++ linux-2.6.32.39/security/commoncap.c 2011-05-10 17:58:56.463000017 +0200
  3. @@ -593,6 +593,9 @@ int cap_bprm_secureexec(struct linux_bin
  4. cred->egid != cred->gid);
  5. }
  6. +/* needed by some third-party drivers, according to Barry Kauler */
  7. +EXPORT_SYMBOL(cap_bprm_secureexec);
  8. +
  9. /**
  10. * cap_inode_setxattr - Determine whether an xattr may be altered
  11. * @dentry: The inode/dentry being altered