diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-20 03:13:20 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-20 03:13:20 -0800 |
| commit | 76ef5df33f02b6db0f67ca2cb78bde84145d47a0 (patch) | |
| tree | f9f5b7a6e0bd5fdc52e9515906bd0b6970a24be6 /include/linux | |
| parent | 66a6ef19520f037127edabb4d663378fbb92b843 (diff) | |
[PATCH] Move XATTR_SECURITY_PREFIX macro to common location
From: Chris Wright <chrisw@osdl.org>
Move the XATTR_SECURITY_PREFIX macro to the xattr.h header so that it's in a
common location.
(Acked by Stephen Smalley)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/xattr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/xattr.h b/include/linux/xattr.h index 9e967b58ee2e..d9c5d5c83d49 100644 --- a/include/linux/xattr.h +++ b/include/linux/xattr.h @@ -12,4 +12,6 @@ #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */ #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ +#define XATTR_SECURITY_PREFIX "security." + #endif /* _LINUX_XATTR_H */ |
