|
21.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated by
schuko24
|
|
Reviewed by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_debug.go:29
|
|
22.
|
|
|
![](/@@/translation-newline)
The delete-key command deletes the local cryptographic key pair with ![](/@@/translation-newline)
the given name.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
In Ubuntu: |
|
![](/@@/translation-newline)
Der Befehl »delete-key« löscht das lokale kryptografische Schlüsselpaar mit ![](/@@/translation-newline)
dem angegebenen Namen.
|
|
|
Suggested by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_delete_key.go:41
|
|
23.
|
|
|
![](/@@/translation-newline)
The disable command disables a snap. The binaries and services of the ![](/@@/translation-newline)
snap will no longer be available, but all the data is still available ![](/@@/translation-newline)
and the snap can easily be enabled again.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
In Ubuntu: |
|
![](/@@/translation-newline)
Der Befehl »disable« deaktiviert einen Snap. Die Binärdateien und Dienste des ![](/@@/translation-newline)
Snaps sind nicht mehr verfügbar, alle Daten sind aber noch vorhanden. Der Snap ![](/@@/translation-newline)
kann daher einfach wieder aktiviert werden.
|
|
|
Suggested by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:119
|
|
24.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Dennis Baudys
|
|
|
|
Located in
cmd/snap/cmd_disconnect.go:41
|
|
25.
|
|
|
![](/@@/translation-newline)
The download command downloads the given snap and its supporting assertions ![](/@@/translation-newline)
to the current directory with .snap and .assert file extensions, respectively.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
In Ubuntu: |
|
![](/@@/translation-newline)
Der Befehl »download« lädt den gegebenen Snap und seine unterstützenden Zusicherungen ![](/@@/translation-newline)
in das aktuelle Verzeichnis mit den Dateierweiterungen .snap bzw. .sert herunter.
|
|
|
Suggested by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_download.go:51
|
|
26.
|
|
|
![](/@@/translation-newline)
The enable command enables a snap that was previously disabled.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
![](/@@/translation-newline)
Der Befehl »enable« aktiviert einen Snap, der zuvor deaktiviert wurde.
|
|
Translated by
schuko24
|
|
Reviewed by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:115
|
|
27.
|
|
|
![](/@@/translation-newline)
The export-key command exports a public key assertion body that may be ![](/@@/translation-newline)
imported by other systems.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
In Ubuntu: |
|
![](/@@/translation-newline)
Der Befehl »export-key« exportiert einen Assertion Body des öffentlichen Schlüssels, der von ![](/@@/translation-newline)
anderen Systemen importiert sein kann.
|
|
|
Suggested by
schuko24
|
|
|
|
Located in
cmd/snap/cmd_export_key.go:43
|
|
28.
|
|
|
![](/@@/translation-newline)
The fde-setup-request command is used inside the fde-setup hook. It will ![](/@@/translation-newline)
return information about what operation for full-disk encryption is ![](/@@/translation-newline)
requested and auxiliary data to complete this operation.
![](/@@/translation-newline)
The fde-setup hook should do what is requested and then call ![](/@@/translation-newline)
"snapctl fde-setup-result" and pass the result data to stdin.
![](/@@/translation-newline)
Here is an example for how the fde-setup hook is called initially: ![](/@@/translation-newline)
$ snapctl fde-setup-request ![](/@@/translation-newline)
{"op":"features"} ![](/@@/translation-newline)
$ echo '{"features": []}' | snapctl fde-setup-result
![](/@@/translation-newline)
Alternatively the hook could reply with: ![](/@@/translation-newline)
$ echo '{"error":"hardware-unsupported"}' | snapctl fde-setup-result
![](/@@/translation-newline)
And then it is called again with a request to do the initial key setup: ![](/@@/translation-newline)
$ snapctl fde-setup-request ![](/@@/translation-newline)
{"op":"initial-setup", "key": "key-to-seal"} ![](/@@/translation-newline)
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-result
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
![](/@@/translation-newline)
Der Befehl fde-setup-request wird innerhalb des fde-setup-Hooks verwendet. Er wird ![](/@@/translation-newline)
Informationen über die angeforderte Operation der Festplattenverschlüsselung, ![](/@@/translation-newline)
sowie Hilfsdaten zur Vervollständigung dieser Operation anzeigen.
![](/@@/translation-newline)
Der fde-setup-Hook sollte die angeforderte Operation ausführen und dann den Befehl ![](/@@/translation-newline)
"snapctl fde-setup-result" aufrufen und die Ergebnisdaten an stdin übergeben.
![](/@@/translation-newline)
Hier ist ein Beispiel dafür, wie der fde-setup-Hook anfänglich aufgerufen wird: ![](/@@/translation-newline)
$ snapctl fde-setup-request ![](/@@/translation-newline)
{"op": "features"} ![](/@@/translation-newline)
$ echo '{"features": []}' | snapctl fde-setup-result
![](/@@/translation-newline)
Alternativ könnte der Hook auch mit antworten: ![](/@@/translation-newline)
$ echo '{"error": "hardware-unsupported"}' | snapctl fde-setup-result
![](/@@/translation-newline)
Und dann wird er erneut mit der Aufforderung aufgerufen, die anfängliche Schlüsseleinrichtung vorzunehmen: ![](/@@/translation-newline)
$ snapctl fde-setup-request ![](/@@/translation-newline)
{"op": "initial-setup", "key": "key-to-seal"} ![](/@@/translation-newline)
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-re
|
|
Translated by
Christoph Gerlach
|
|
Reviewed by
Christoph Gerlach
|
|
|
|
Located in
overlord/hookstate/ctlcmd/fde_setup.go:36
|
|
29.
|
|
|
![](/@@/translation-newline)
The fde-setup-result command sets the result data for a fde-setup hook ![](/@@/translation-newline)
reading it from stdin.
![](/@@/translation-newline)
For example: ![](/@@/translation-newline)
When the fde-setup hook is called with "op":"features: ![](/@@/translation-newline)
$ echo '{"features": []}' | snapctl fde-setup-result
![](/@@/translation-newline)
When the fde-setup hook is called with "op":"initial-setup": ![](/@@/translation-newline)
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-result
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
![](/@@/translation-newline)
Der Befehl "fde-setup-result" setzt die Ergebnisdaten für einen fde-setup-Hook ![](/@@/translation-newline)
indem er sie von stdin liest.
![](/@@/translation-newline)
Zum Beispiel: ![](/@@/translation-newline)
Wenn der fde-setup-Hook mit "op": "features" aufgerufen wird: ![](/@@/translation-newline)
$ echo '{"features": []}' | snapctl fde-setup-result
![](/@@/translation-newline)
Wenn der fde-setup-Hook mit "op": "initial-setup" aufgerufen wird: ![](/@@/translation-newline)
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-ergebnis
|
|
Translated by
Christoph Gerlach
|
|
Reviewed by
Torsten Franz
|
|
|
|
Located in
overlord/hookstate/ctlcmd/fde_setup.go:101
|
|
30.
|
|
|
![](/@@/translation-newline)
The file-access command returns information about a snap's file system access.
![](/@@/translation-newline)
This command is used by the xdg-document-portal service to identify ![](/@@/translation-newline)
files that do not need to be proxied to provide access within ![](/@@/translation-newline)
confinement.
![](/@@/translation-newline)
File paths are interpreted as host file system paths. The tool may ![](/@@/translation-newline)
return false negatives (e.g. report that a file path is unreadable, ![](/@@/translation-newline)
despite being readable under a different path). It also does not ![](/@@/translation-newline)
check if file system permissions would render a file unreadable.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
![](/@@/translation-newline)
Der Befehl file-access gibt Informationen über den Zugriff eines Snaps auf das Dateisystem zurück.
![](/@@/translation-newline)
Dieser Befehl wird vom Dienst xdg-document-portal verwendet, um ![](/@@/translation-newline)
Dateien zu identifizieren, die innerhalb ihrer Begrenzung ![](/@@/translation-newline)
nicht proxifiziert werden müssen.
![](/@@/translation-newline)
Dateipfade werden als Host-Dateisystempfade interpretiert. Das Tool kann ![](/@@/translation-newline)
falsche Negative zurückgeben (z. B. melden, dass ein Dateipfad nicht lesbar ist, ![](/@@/translation-newline)
obwohl dieser unter einem anderen Pfad lesbar ist). Er prüft auch nicht, ![](/@@/translation-newline)
ob Dateisystemberechtigungen eine Datei unlesbar machen würden.
|
|
Translated by
Stephan Woidowski
|
|
Reviewed by
Christoph Gerlach
|
|
|
|
Located in
cmd/snap/cmd_routine_file_access.go:43
|