Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120736
b: refs/heads/master
c: e50a906
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Nov 14, 2008
1 parent 7058b98 commit ecf9d92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b828925652340277a889cbc11b2d0637f7cdaf7
refs/heads/master: e50a906e0200084f04f8f3b7c3a14b0442d1347f
6 changes: 6 additions & 0 deletions trunk/security/commoncap.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@ int cap_inode_killpriv(struct dentry *dentry)
return 0;
}

int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps)
{
memset(cpu_caps, 0, sizeof(struct cpu_vfs_cap_data));
return -ENODATA;
}

static inline int get_file_caps(struct linux_binprm *bprm, bool *effective)
{
bprm_clear_caps(bprm);
Expand Down

0 comments on commit ecf9d92

Please sign in to comment.