mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
ipc/sysctl: fix CTL_FLAGS_IPC_EACCES_SKIP by making it a flag
Having CTL_FLAGS_IPC_EACCES_SKIP == (CTL_FLAGS_OPTIONAL |
CTL_FLAGS_READ_EIO_SKIP) is probably not what we want. So let's make it
a real distinct flag.
Fixes: 840735aa0 ("ipc_sysctl: Prioritize restoring IPC variables using non usernsd approach")
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
parent
922754dffd
commit
4c7d42f67a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ enum {
|
|||
#define CTL_FLAGS_OPTIONAL 1
|
||||
#define CTL_FLAGS_HAS 2
|
||||
#define CTL_FLAGS_READ_EIO_SKIP 4
|
||||
#define CTL_FLAGS_IPC_EACCES_SKIP 5
|
||||
#define CTL_FLAGS_IPC_EACCES_SKIP 8
|
||||
|
||||
#endif /* __CR_SYSCTL_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue