diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2009-10-06 03:30:14 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-10-06 03:30:14 -0400 |
commit | 9f5180e5c331d7b3ccc35e1a78072235d38f9f34 (patch) | |
tree | d4d116f9bee360007c15b50fee86bf3a27566102 /include/linux | |
parent | 25d2d4edfa509b69fe4832094b8a07e634363ba3 (diff) |
drbd: Work on permission enforcement
Now we have the capabilities of the sending process available,
use them to enforce CAP_SYS_ADMIN.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/drbd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 69dc711f37b3..233db5c18b86 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -138,6 +138,7 @@ enum drbd_ret_codes { | |||
138 | ERR_VERIFY_RUNNING = 149, /* DRBD 8.2 only */ | 138 | ERR_VERIFY_RUNNING = 149, /* DRBD 8.2 only */ |
139 | ERR_DATA_NOT_CURRENT = 150, | 139 | ERR_DATA_NOT_CURRENT = 150, |
140 | ERR_CONNECTED = 151, /* DRBD 8.3 only */ | 140 | ERR_CONNECTED = 151, /* DRBD 8.3 only */ |
141 | ERR_PERM = 152, | ||
141 | 142 | ||
142 | /* insert new ones above this line */ | 143 | /* insert new ones above this line */ |
143 | AFTER_LAST_ERR_CODE | 144 | AFTER_LAST_ERR_CODE |