Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130634
b: refs/heads/master
c: 9fa91d9
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh Rajput committed Jan 30, 2009
1 parent 4b956fb commit 329df59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4502b80e44f1fc9af33f66053c6c99ae9dba32a6
refs/heads/master: 9fa91d99bfdd9582e43b6b9ab97678c51373c4ae
8 changes: 4 additions & 4 deletions trunk/include/linux/capability.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ typedef struct __user_cap_data_struct {
#define VFS_CAP_U32 VFS_CAP_U32_2
#define VFS_CAP_REVISION VFS_CAP_REVISION_2

#ifdef CONFIG_SECURITY_FILE_CAPABILITIES
extern int file_caps_enabled;
#endif

struct vfs_cap_data {
__le32 magic_etc; /* Little endian */
struct {
Expand All @@ -96,6 +92,10 @@ struct vfs_cap_data {
#define _KERNEL_CAPABILITY_VERSION _LINUX_CAPABILITY_VERSION_3
#define _KERNEL_CAPABILITY_U32S _LINUX_CAPABILITY_U32S_3

#ifdef CONFIG_SECURITY_FILE_CAPABILITIES
extern int file_caps_enabled;
#endif

typedef struct kernel_cap_struct {
__u32 cap[_KERNEL_CAPABILITY_U32S];
} kernel_cap_t;
Expand Down

0 comments on commit 329df59

Please sign in to comment.