https://github.com/zhanghai/libselinux-android
libselinux as an Android library
https://github.com/zhanghai/libselinux-android
android android-library jni jni-android selinux
Last synced: 9 months ago
JSON representation
libselinux as an Android library
- Host: GitHub
- URL: https://github.com/zhanghai/libselinux-android
- Owner: zhanghai
- Created: 2019-02-27T08:01:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-19T05:55:37.000Z (11 months ago)
- Last Synced: 2025-07-19T10:41:24.528Z (11 months ago)
- Topics: android, android-library, jni, jni-android, selinux
- Language: C
- Size: 152 KB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libselinux-android
[](https://github.com/zhanghai/libselinux-android/actions)
[`libselinux`](https://android.googlesource.com/platform/external/selinux/+/refs/heads/master/libselinux/) built with Android NDK, packaged as an Android library with some Java binding.
## Integration
Gradle:
```gradle
implementation 'me.zhanghai.android.libselinux:library:2.1.1'
```
## Usage
See [`SeLinux.java`](library/src/main/java/me/zhanghai/android/libselinux/SeLinux.java).
## License
Copyright 2019 Hai Zhang
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.