Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit_tree.c Create Date:2022-07-28 11:30:34
Last Modify:2022-05-22 16:43:11 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:alled with audit_filter_mutex

Proto:int audit_remove_tree_rule(struct audit_krule *rule)

Type:int

Parameter:

TypeParameterName
struct audit_krule *rule
654  tree = associated watched tree
655  If tree Then
656  spin_lock( & hash_lock)
657  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
659  root = NULL
661  goner = 1
666  Return 1
668  associated watched tree = NULL
669  spin_unlock( & hash_lock)
670  Return 1
672  Return 0
Caller
NameDescribe
audit_del_ruleRemove an existing rule from filterlist.