Skip to content

Commit

Permalink
[WIP]: 型宣言を削除
Browse files Browse the repository at this point in the history
Signed-off-by: Syuugo <[email protected]>
  • Loading branch information
s1204IT authored May 14, 2024
1 parent dd176e7 commit 6878cd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mali_shrinker_mmap32.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ ADD_INIT = add x0, x0, #0x(Last 3 digits of INIT_CRED)
#define ADD_INIT_CTZ_01_03_000 0x910fc000
#define ADD_COMMIT_CTZ_01_03_000 0x91048108

static uint64_t sel_read_handle_unknown = SEL_READ_HANDLE_UNKNOWN_neo;
static uint64_t sel_read_handle_unknown;

static uint64_t selinux_enforcing = SELINUX_ENFORCING_neo;
static uint64_t selinux_enforcing;

//static uint64_t avc_deny = 0x2CCC28;
static uint64_t avc_deny = AVC_DENY_neo;
static uint64_t selinux_enforcing_READ = 0X0;
static uint64_t selinux_enforcing_WRITE = 0X0;
static uint64_t avc_deny;
static uint64_t selinux_enforcing_READ = 0X0;
static uint64_t selinux_enforcing_WRITE = 0X0;
/*
Overwriting SELinux to permissive
strb wzr, [x0]
Expand Down

0 comments on commit 6878cd5

Please sign in to comment.