函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\lsm.c Create Date:2022-07-27 21:38:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:apparmor_task_setrlimit

函数原型:static int apparmor_task_setrlimit(struct task_struct *task, unsigned int resource, struct rlimit *new_rlim)

返回类型:int

参数:

类型参数名称
struct task_struct *task
unsigned intresource
struct rlimit *new_rlim
732  label等于__begin_current_label_crit_section - current's confining label* Returns: up to date confining label or the ns unconfined label (NOT NULL)* safe to call inside locks* The returned reference must be put with __end_current_label_crit_section()* This must NOT
733  error等于0
735  如果非unconfined(label)则error等于aa_task_setrlimit - test permission to set an rlimit*@label - label confining the task (NOT NULL)*@task - task the resource is being set on*@resource - the resource being set*@new_rlim - the new resource limit (NOT NULL)
737  __end_current_label_crit_section(label)
739  返回:error