From d1656bfaa236ca8bb0ce36693aa283a568c62bd8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 Nov 2024 11:55:38 +0100 Subject: tools/syz-declextract: prefix flags with auto_ They can clash with our manual flags names. --- sys/linux/auto.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux') diff --git a/sys/linux/auto.txt b/sys/linux/auto.txt index 98e4b7a65..61529e5b0 100644 --- a/sys/linux/auto.txt +++ b/sys/linux/auto.txt @@ -104,7 +104,7 @@ include include include include -landlock_rule_type = LANDLOCK_RULE_PATH_BENEATH, LANDLOCK_RULE_NET_PORT +auto_landlock_rule_type = LANDLOCK_RULE_PATH_BENEATH, LANDLOCK_RULE_NET_PORT resource genl_802_15_4_MAC_family_id_auto[int16] resource genl_HSR_family_id_auto[int16] resource genl_IOAM6_family_id_auto[int16] @@ -336,7 +336,7 @@ kcmp$auto(pid1 int32, pid2 int32, type int32, idx1 intptr, idx2 intptr) (automat kexec_load$auto(entry intptr, nr_segments intptr, segments ptr[inout, kexec_segment$auto_record], flags intptr) (automatic) keyctl$auto(option int32, arg2 intptr, arg3 intptr, arg4 intptr, arg5 intptr) (automatic) kill$auto(pid pid, sig int32) (automatic) -landlock_add_rule$auto(ruleset_fd fd, rule_type flags[landlock_rule_type], rule_attr ptr[in, array[auto_todo]], flags int32) (automatic) +landlock_add_rule$auto(ruleset_fd fd, rule_type flags[auto_landlock_rule_type], rule_attr ptr[in, array[auto_todo]], flags int32) (automatic) landlock_create_ruleset$auto(attr ptr[in, landlock_ruleset_attr$auto_record], size intptr, flags int32) (automatic) landlock_restrict_self$auto(ruleset_fd fd, flags int32) (automatic) lchown$auto(filename ptr[in, filename], user uid, group gid) (automatic) -- cgit mrf-deployment