Skip to content

Commit 934f70d

Browse files
Xiu Jianfengpcmoore
authored andcommitted
audit: remove selinux_audit_rule_update() declaration
selinux_audit_rule_update() has been renamed to audit_update_lsm_rules() since commit d7a96f3 ("Audit: internally use the new LSM audit hooks"), so remove it. Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 501e4bb commit 934f70d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/audit.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ struct audit_netlink_list {
245245

246246
int audit_send_list_thread(void *_dest);
247247

248-
extern int selinux_audit_rule_update(void);
249-
250248
extern struct mutex audit_filter_mutex;
251249
extern int audit_del_rule(struct audit_entry *entry);
252250
extern void audit_free_rule_rcu(struct rcu_head *head);

0 commit comments

Comments
 (0)