commit | 6698482ca42cee930957c23087dbd3af01345949 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 15 00:20:12 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 15 00:20:12 2018 +0000 |
tree | 5aa5209b72e29f32be18bb8b7bf3a737934caee9 | |
parent | f51886bbc4fede2b58f8bdcac501756eea229588 [diff] | |
parent | 081aa0a303ab09f10741d2ac2b1a409710792c72 [diff] |
Merge "init.rc: Mount /mnt with nodev,nosuid,noexec"
diff --git a/libion/ion_test.c b/libion/ion_test.c index b7d5583..f3874ae 100644 --- a/libion/ion_test.c +++ b/libion/ion_test.c
@@ -250,7 +250,7 @@ case 'p': prot = 0; prot |= strstr(optarg, "MAP_PRIVATE") ? MAP_PRIVATE : 0; - prot |= strstr(optarg, "MAP_SHARED") ? MAP_PRIVATE : 0; + prot |= strstr(optarg, "MAP_SHARED") ? MAP_SHARED : 0; break; case 'f': alloc_flags = atol(optarg);