diff options
-rw-r--r-- | security/commoncap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/commoncap.c b/security/commoncap.c index 19cb398431ee..79713545cd63 100644 --- a/security/commoncap.c +++ b/security/commoncap.c | |||
@@ -413,6 +413,12 @@ int cap_inode_killpriv(struct dentry *dentry) | |||
413 | return 0; | 413 | return 0; |
414 | } | 414 | } |
415 | 415 | ||
416 | int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) | ||
417 | { | ||
418 | memset(cpu_caps, 0, sizeof(struct cpu_vfs_cap_data)); | ||
419 | return -ENODATA; | ||
420 | } | ||
421 | |||
416 | static inline int get_file_caps(struct linux_binprm *bprm, bool *effective) | 422 | static inline int get_file_caps(struct linux_binprm *bprm, bool *effective) |
417 | { | 423 | { |
418 | bprm_clear_caps(bprm); | 424 | bprm_clear_caps(bprm); |