diff options
| author | Andrew G. Morgan <agm@google.com> | 2019-04-19 20:31:19 +0000 |
|---|---|---|
| committer | Andrew G. Morgan <morgan@kernel.org> | 2019-04-21 09:20:42 -0700 |
| commit | ac1ef3125f50594289a2d9a4de3b5a22d2882ea4 (patch) | |
| tree | 91ead7f12194e19516c73f14bbe90e90c30577c6 /libcap/include/uapi/linux/securebits.h | |
| parent | 20c52b45d27b7459abab40c6978a21f714e1eed4 (diff) | |
| download | libcap2-ac1ef3125f50594289a2d9a4de3b5a22d2882ea4.tar.gz | |
some clean up
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'libcap/include/uapi/linux/securebits.h')
| -rw-r--r-- | libcap/include/uapi/linux/securebits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcap/include/uapi/linux/securebits.h b/libcap/include/uapi/linux/securebits.h index 35ac35c..6dae4e9 100644 --- a/libcap/include/uapi/linux/securebits.h +++ b/libcap/include/uapi/linux/securebits.h @@ -5,7 +5,7 @@ whether the setting is on or off. The other bit specify whether the setting is locked or not. A setting which is locked cannot be changed from user-level. */ -#define issecure_mask(X) (1 << (X)) +#define issecure_mask(X) (1u << (X)) #define SECUREBITS_DEFAULT 0x00000000 |
