aboutgitcodelistschat:MatrixIRC
path: root/common/common.h
blob: 584467328415440069f8d6b24d116b30d851df35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later
* Copyright 2023 Red Hat GmbH
* Authors: Alice Frosi <afrosi@redhat.com>
*	   Stefano Brivio <sbrivio@redhat.com>
*/

#ifndef COMMON_H_
#define COMMON_H_

#include <linux/filter.h>

int find_fd_seccomp_notifier(const char *pid);
int install_filter(struct sock_filter *filter, unsigned short len);
#endif