Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdtianyu/selinuxmodify
SELinuxModify is an app to enable/disable android selinux, a wrapper to setenforce command.
https://github.com/xdtianyu/selinuxmodify
Last synced: about 1 month ago
JSON representation
SELinuxModify is an app to enable/disable android selinux, a wrapper to setenforce command.
- Host: GitHub
- URL: https://github.com/xdtianyu/selinuxmodify
- Owner: xdtianyu
- License: apache-2.0
- Created: 2015-03-08T10:32:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T05:14:00.000Z (over 9 years ago)
- Last Synced: 2023-04-01T07:51:27.734Z (over 1 year ago)
- Language: Java
- Size: 484 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SELinuxModify
SELinuxModify is an app to enable/disable android selinux, a wrapper to setenforce command. Device must be rooted first.[![Google Play](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=org.xdty.selinuxmodify)
[![Build Status](https://travis-ci.org/xdtianyu/SELinuxModify.svg?branch=master)](https://travis-ci.org/xdtianyu/SELinuxModify)
[![download status](https://img.shields.io/github/downloads/xdtianyu/SelinuxModify/latest/SelinuxModify-v1.0.1.apk.svg)](https://github.com/xdtianyu/SELinuxModify/releases/download/v1.0.1/SelinuxModify-v1.0.1.apk)
# Why create this app
I'm using samba to share files on my router and using CifsManager to mount smaba at android side. But SElinux prevent files access from other app, SElinux shall be set to Permissive. I can use "terminal for android" to do this, but bothered with input commands everytime. I tried "SELinux Mode Changer" and I'm curious about the permissions it request, so I create my own.