-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"id":"nethunter.root", | ||
"name":"Kali NetHunter", | ||
"author":"cachiusa", | ||
"description":"Required permissions for Kali NetHunter app to chroot.", | ||
"namespace":"INHERITED", | ||
"uid":0, | ||
"gid":0, | ||
"groups":[ | ||
"id": "nethunter.root", | ||
"name": "Kali NetHunter", | ||
"author": "cachiusa", | ||
"description": "Required permissions for Kali NetHunter app to chroot.", | ||
"namespace": "INHERITED", | ||
"uid": 0, | ||
"gid": 0, | ||
"groups": [ | ||
"ROOT" | ||
], | ||
"capabilities":[ | ||
"capabilities": [ | ||
"CAP_DAC_OVERRIDE", | ||
"CAP_DAC_READ_SEARCH", | ||
"CAP_SYS_CHROOT", | ||
"CAP_SYS_PTRACE", | ||
"CAP_SYS_ADMIN" | ||
"CAP_SETGID", | ||
"CAP_SYS_ADMIN", | ||
"CAP_SETGID" | ||
], | ||
"context":"u:r:su:s0", | ||
"rules":[""], | ||
"context": "u:r:su:s0", | ||
"locales": { | ||
"zh_TW": { | ||
"name": "Kali NetHunter", | ||
"description": "提供Kali NetHunter使用chroot" | ||
}, | ||
"pt_BR": { | ||
"name": "Kali NetHunter", | ||
"description": "Permissões necessárias para o app Kali NetHunter fazer chroot." | ||
} | ||
} | ||
} | ||
} |