Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Jun 1, 2024
1 parent c512ada commit dcf6cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/selinux/sepolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ static void *ksu_realloc(void *old, size_t new_size, size_t old_size)

static bool add_type(struct policydb *db, const char *type_name, bool attr)
{
#ifdef KSU_SUPPORT_ADD_TYPE
struct type_datum *type = symtab_search(&db->p_types, type_name);
if (type) {
pr_warn("Type %s already exists\n", type_name);
Expand Down

0 comments on commit dcf6cac

Please sign in to comment.