diff options
Diffstat (limited to 'libbb/capability.c')
-rw-r--r-- | libbb/capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/capability.c b/libbb/capability.c index 23afd8eb9..e3c252a5a 100644 --- a/libbb/capability.c +++ b/libbb/capability.c | |||
@@ -17,7 +17,7 @@ extern int capget(cap_user_header_t header, const cap_user_data_t data); | |||
17 | // This way, libcap needs not be installed in build environment. | 17 | // This way, libcap needs not be installed in build environment. |
18 | #include "libbb.h" | 18 | #include "libbb.h" |
19 | 19 | ||
20 | static const char *const capabilities[] = { | 20 | static const char *const capabilities[] ALIGN_PTR = { |
21 | "chown", | 21 | "chown", |
22 | "dac_override", | 22 | "dac_override", |
23 | "dac_read_search", | 23 | "dac_read_search", |