1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14functionalext_supplement_linux_test = [ 15 "getrandom", 16 "getxattr", 17 "inotify_init1", 18 "klogctl", 19 "lgetxattr", 20 "listxattr", 21 "llistxattr", 22 "lremovexattr", 23 "lsetxattr", 24 "memfd_create", 25 "personality", 26 "process_vm", 27 "ptrace", 28 "readahead", 29 "removexattr", 30 "sbrk", 31 "sendfile", 32 "setfsgid", 33 "setfsuid", 34 "setxattr", 35 "signalfd", 36 "splice", 37 "setgroups", 38 "setns", 39 "settimeofday", 40 "sysinfo", 41 "utimes", 42 "vmsplice", 43 "wait3", 44 "wait4", 45 "mount", 46 "prctl", 47 "capget", 48 "capset", 49 "eventfd_read", 50 "eventfd_write", 51 "flock", 52 "eventfd", 53 "fallocate", 54 "brk", 55 "clock_adjtime", 56 "fremovexattr", 57 "fsetxattr", 58 "flistxattr", 59 "adjtimex", 60 "fgetxattr", 61 "getdents", 62 "clone", 63 "tee", 64 "timerfd_create", 65 "timerfd_gettime", 66 "timerfd_settime", 67 "membarrier", 68 "swapon", 69 "swapoff", 70 "sync_file_range", 71 "syncfs", 72 "copy_file_range", 73 "name_to_handle_at", 74 "remap_file_pages", 75 "inotify", 76 "mlock2", 77 "ppoll", 78 "prlimit", 79 "quotactl", 80 "chroot", 81 "fanotify_init", 82 "epoll_create", 83 "epoll_create1", 84 "epoll_ctl", 85 "epoll_pwait", 86 "epoll_wait", 87 "__ppoll_time64", 88 "getprocpid", 89] 90