Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 538ae802 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "installd: change fsverity ioctl"

parents 0b386e03 b866116c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2362,8 +2362,8 @@ struct fsverity_root_hash {
    __u8 root_hash[64];
};

#define FS_IOC_MEASURE_FSVERITY        _IOW('f', 2733, struct fsverity_root_hash)
#define FS_IOC_SET_FSVERITY            _IOW('f', 2734, struct fsverity_set)
#define FS_IOC_MEASURE_FSVERITY        _IOW('f', 133, struct fsverity_root_hash)
#define FS_IOC_SET_FSVERITY            _IOW('f', 134, struct fsverity_set)

#define FSVERITY_FLAG_ENABLED          0x0001
#endif