|
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: |
|
(not translated yet)
|
|
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
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)
|
|
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
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)
|
|
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_routine_file_access.go:43
|
|
31.
|
|
|
![](/@@/translation-newline)
The find command queries the store for available packages.
![](/@@/translation-newline)
With the --private flag, which requires the user to be logged-in to the store ![](/@@/translation-newline)
(see 'snap help login'), it instead searches for private snaps that the user ![](/@@/translation-newline)
has developer access to, either directly or through the store's collaboration ![](/@@/translation-newline)
feature.
![](/@@/translation-newline)
A green check mark (given color and unicode support) after a publisher name ![](/@@/translation-newline)
indicates that the publisher has been verified.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_find.go:40
|
|
32.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Efe Mert
|
|
|
|
Located in
cmd/snap/cmd_snapshot.go:66
|