Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T11:20:44.000Z (over 1 year ago)
- Last Synced: 2024-01-18T06:37:10.247Z (about 1 year ago)
- Topics: android, android-library, jni, jni-android, selinux
- Language: C
- Size: 145 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libselinux-android
[![Android CI status](https://github.com/zhanghai/libselinux-android/workflows/Android%20CI/badge.svg)](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.0'
```## 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 athttp://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.