/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.13
src/secontext.h
21 строка
494 B
Dmitry V. Levin
Fix preprocessor indentation
26 апр 2021, 11:00
26 апр 2021, 11:00
fd3cc84
Код
Авторство
О чём код?
/* * SELinux interface. * * Copyright (c) 2020-2021 The strace developers. * * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef STRACE_SECONTEXT_H # define STRACE_SECONTEXT_H # include "defs.h" extern bool selinux_context; extern bool selinux_context_full; int selinux_getfdcon(pid_t pid, int fd, char **context); int selinux_getfilecon(struct tcb *tcp, const char *path, char **context); int selinux_getpidcon(struct tcb *tcp, char **context); #endif /* !STRACE_SECONTEXT_H */