X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fcapability.h;h=b52e278e474471909e31070a4e3d2ad7a49fe9b0;hb=e7cdb60fd28b252f1c15a0e50f79a01906124915;hp=6ffb67e10c060afbb24ea34d0dbb38ac36043d3c;hpb=e98bdb3059cbf2b1cd4261e126b08429f64466c3;p=mirror_ubuntu-bionic-kernel.git diff --git a/include/linux/capability.h b/include/linux/capability.h index 6ffb67e10c06..b52e278e4744 100644 --- a/include/linux/capability.h +++ b/include/linux/capability.h @@ -248,4 +248,6 @@ extern bool ptracer_capable(struct task_struct *tsk, struct user_namespace *ns); /* audit system wants to get cap info from files as well */ extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps); +extern int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size); + #endif /* !_LINUX_CAPABILITY_H */