Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
b92b1dcd
Commit
b92b1dcd
authored
Dec 22, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cil: Allow redeclare types[attributes] and disable neverallow
parent
1472dbb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
magiskinit.c
core/jni/core/magiskinit.c
+2
-0
selinux
core/jni/external/selinux
+1
-1
No files found.
core/jni/core/magiskinit.c
View file @
b92b1dcd
...
...
@@ -220,6 +220,8 @@ static int compile_cil() {
cil_db_init
(
&
db
);
cil_set_mls
(
db
,
1
);
cil_set_multiple_decls
(
db
,
1
);
cil_set_disable_neverallow
(
db
,
1
);
cil_set_target_platform
(
db
,
SEPOL_TARGET_SELINUX
);
cil_set_policy_version
(
db
,
POLICYDB_VERSION_XPERMS_IOCTL
);
cil_set_attrs_expand_generated
(
db
,
0
);
...
...
selinux
@
8e849a56
Subproject commit
2fefdfc40fe5e675253fcaf03558ca3dca0a0550
Subproject commit
8e849a5639cf217e9c3c4ac081d8c14a12a3ae03
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment