diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2020-06-25 18:33:18 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-26 16:41:30 +0200 |
| commit | 999d3ea4e03b435a062eca30e08cc65525822d04 (patch) | |
| tree | 90fc58b4e6b5ee8d328709e209a576790b1b6c72 /sys/linux/socket_netlink_audit_riscv64.const | |
| parent | a8829ad2746642ba151c28604c4e77744f8853f2 (diff) | |
sys/linux: add initial support for riscv64
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sys/linux/socket_netlink_audit_riscv64.const')
| -rw-r--r-- | sys/linux/socket_netlink_audit_riscv64.const | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_audit_riscv64.const b/sys/linux/socket_netlink_audit_riscv64.const new file mode 100644 index 000000000..e7260f370 --- /dev/null +++ b/sys/linux/socket_netlink_audit_riscv64.const @@ -0,0 +1,47 @@ +# AUTOGENERATED FILE +AF_NETLINK = 16 +AUDIT_ADD_RULE = 1011 +AUDIT_ALWAYS = 2 +AUDIT_BITMASK_SIZE = 64 +AUDIT_DEL_RULE = 1012 +AUDIT_FAIL_PANIC = 2 +AUDIT_FAIL_PRINTK = 1 +AUDIT_FAIL_SILENT = 0 +AUDIT_FEATURE_LOGINUID_IMMUTABLE = 1 +AUDIT_FEATURE_ONLY_UNSET_LOGINUID = 0 +AUDIT_FEATURE_VERSION = 1 +AUDIT_FILTER_ENTRY = 2 +AUDIT_FILTER_EXCLUDE = 5 +AUDIT_FILTER_EXIT = 4 +AUDIT_FILTER_FS = 6 +AUDIT_FILTER_PREPEND = 16 +AUDIT_FILTER_TASK = 1 +AUDIT_FILTER_USER = 0 +AUDIT_FILTER_WATCH = 3 +AUDIT_GET = 1000 +AUDIT_GET_FEATURE = 1019 +AUDIT_LIST_RULES = 1013 +AUDIT_MAKE_EQUIV = 1015 +AUDIT_MAX_FIELDS = 64 +AUDIT_NEVER = 0 +AUDIT_POSSIBLE = 1 +AUDIT_SET = 1001 +AUDIT_SET_FEATURE = 1018 +AUDIT_SIGNAL_INFO = 1010 +AUDIT_STATUS_BACKLOG_LIMIT = 16 +AUDIT_STATUS_BACKLOG_WAIT_TIME = 32 +AUDIT_STATUS_ENABLED = 1 +AUDIT_STATUS_FAILURE = 2 +AUDIT_STATUS_LOST = 64 +AUDIT_STATUS_PID = 4 +AUDIT_STATUS_RATE_LIMIT = 8 +AUDIT_TRIM = 1014 +AUDIT_TTY_GET = 1016 +AUDIT_TTY_SET = 1017 +AUDIT_USER = 1005 +AUDIT_USER_AVC = 1107 +AUDIT_USER_TTY = 1124 +NETLINK_AUDIT = 9 +SOCK_RAW = 3 +__NR_sendmsg = 211 +__NR_socket = 198 |
