mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
db3c7373e4
Signed-off-by: xiacong <xiacong4@huawei.com> Change-Id: I4199675643372ce81dedca74fc52df3bec345a34 Signed-off-by: xiacong <xiacong4@huawei.com>
14 lines
315 B
C
14 lines
315 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (c) 2023 Huawei Device Co., Ltd.
|
|
*/
|
|
|
|
#ifndef _CED_PERMISSION_H
|
|
#define _CED_PERMISSION_H
|
|
|
|
#include <linux/cred.h>
|
|
#include <linux/sched.h>
|
|
|
|
void switch_task_namespaces_permission_hook(const struct nsproxy *new, int *ret);
|
|
|
|
#endif /* _CED_PERMISSION_H */ |