|
| 1 | +[English](REAME.md) | [Español](README_ES.md) | [简体中文](README_CN.md) | [繁體中文](README_TW.md) | [日本語](README_JP.md) | [한국어](README_KR.md) | [Polski](README_PL.md) | [Português (Brasil)](README_PT-BR.md) | [Türkçe](README_TR.md) | [Русский](README_RU.md) | [Tiếng Việt](README_VI.md) | [Indonesia](README_ID.md) | [עברית](README_IW.md) | [हिंदी](README_IN.md) | **Italiano** |
| 2 | + |
| 3 | +# KernelSU |
| 4 | + |
| 5 | +<img src="https://kernelsu.org/logo.png" style="width: 96px;" alt="logo"> |
| 6 | + |
| 7 | +Una soluzione per il root basata sul kernel per i dispositivi Android. |
| 8 | + |
| 9 | +[](https://github.com/tiann/KernelSU/releases/latest) |
| 10 | +[](https://hosted.weblate.org/engage/kernelsu) |
| 11 | +[](https://t.me/KernelSU) |
| 12 | +[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) |
| 13 | +[](/LICENSE) |
| 14 | + |
| 15 | +## Funzionalità |
| 16 | + |
| 17 | +1. `su` e accesso root basato sul kernel. |
| 18 | +2. Sistema di moduli per la modifica del sistema basato su [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS). |
| 19 | +3. [App profile](https://kernelsu.org/guide/app-profile.html): Limita i poteri dell'accesso root a permessi specifici. |
| 20 | + |
| 21 | +## Compatibilità |
| 22 | + |
| 23 | +KernelSU supporta ufficialmente i dispositivi Android GKI 2.0 (kernel 5.10 o superiore). I kernel precedenti (kernel 4.14+) sono anche compatibili, ma il kernel deve essere compilato manualmente. |
| 24 | + |
| 25 | +Questo implica che WSA, ChromeOS e tutti le varianti di Android basate su container e virtualizzazione sono supportate. |
| 26 | + |
| 27 | +Allo stato attuale solo le architetture a 64-bit ARM (arm64-v8a) e x86 (x86_64) sono supportate. |
| 28 | + |
| 29 | +## Utilizzo |
| 30 | + |
| 31 | +- [Istruzioni per l'installazione](https://kernelsu.org/guide/installation.html) |
| 32 | +- [Come compilare manualmente?](https://kernelsu.org/guide/how-to-build.html) |
| 33 | +- [Sito web ufficiale](https://kernelsu.org/) |
| 34 | + |
| 35 | +## Traduzioni |
| 36 | + |
| 37 | +Per aiutare a tradurre KernelSU o migliorare le traduzioni esistenti, si è pregati di utilizzare |
| 38 | +To help translate KernelSU or improve existing translations, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/). Le richieste di pull delle traduzioni del manager non saranno più accettate perché sarebbero in conflitto con Weblate. |
| 39 | + |
| 40 | +## Discussione |
| 41 | + |
| 42 | +- Telegram: [@KernelSU](https://t.me/KernelSU) |
| 43 | + |
| 44 | +## Securezza |
| 45 | + |
| 46 | +Per informazioni riguardo la segnalazione di vulnerabilità di sicurezza per KernelSU, leggi [SECURITY.md](/SECURITY.md). |
| 47 | + |
| 48 | +## Licenza |
| 49 | + |
| 50 | +- I file nella cartella `kernel` sono forniti secondo la licenza [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). |
| 51 | +- Tutte le altre parti, ad eccezione della certella `kernel`, seguono la licenza [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html). |
| 52 | + |
| 53 | +## Riconoscimenti e attribuzioni |
| 54 | + |
| 55 | +- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): l'idea alla base di KernelSU. |
| 56 | +- [Magisk](https://github.com/topjohnwu/Magisk): la potente utilità per il root. |
| 57 | +- [genuine](https://github.com/brevent/genuine/): verifica della firma apk v2. |
| 58 | +- [Diamorphine](https://github.com/m0nad/Diamorphine): alcune capacità di rootkit. |
0 commit comments