Skip to content

McBane87/byeselinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

byeselinux


Android kernel module to bypass SELinux at boot. Made for XZDualRecovery (Xperia) and Lollipop firmwares.

This is just a copy for my own.
Original Sources can be found here: https://github.com/dosomder/byeselinux


### Tested on Ubuntu 14.04 ###

First change Path to your Kernel Source in "make.sh"
KERNEL_BUILD=/path/to/kernel/source

Install Cross-Compiler:
apt-get install gcc-arm-linux-androideabi

compiling using "./make.sh" or ./make.sh arm64
cleaning using "./make.sh clean"

About

Android kernel module to bypass SELinux at boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.5%
  • Shell 12.8%
  • Makefile 6.7%