EnglishFrenchSpanish

OnWorks favicon

0store-secure-add - Online in the Cloud

Run 0store-secure-add in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command 0store-secure-add that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


0store-secure-add — add an implementation to the system cache

SYNOPSIS


0store-secure-add DIGEST

DESCRIPTION


This command imports the current directory into the system-wide shared Zero Install cache,
as /var/cache/0install.net/implementations/DIGEST. This allows a program downloaded by
one user to be shared with other users.

The current directory must contain a file called '.manifest' listing all the files to be
added (in the format required by DIGEST), and this file must have the given digest. If
not, the import is refused. Therefore, it is only possible to add a directory to the cache
if its name matches its contents.

It is intended that it be safe to grant untrusted users permission to call this command
with elevated privileges. To set this up, see below.

SETTING UP SHARING


To enable sharing, the system administrator should follow these steps:

Create a new system user to own the cache:

adduser --system zeroinst

Create the shared directory, owned by this new user:

mkdir /var/cache/0install.net

chown zeroinst /var/cache/0install.net

Use visudo(8) to add these lines to /etc/sudoers:

Defaults>zeroinst env_reset,always_set_home

ALL ALL=(zeroinst) NOPASSWD: /usr/bin/0store-secure-add

Create a script called 0store-secure-add-helper in PATH to call it. This script must be
executable and contain these two lines:

#!/bin/sh

exec sudo -S -u zeroinst /usr/bin/0store-secure-add "$@" < /dev/null

The other Zero Install programs will call this helper script automatically.

Use 0store-secure-add online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop client is the
    official desktop app for Rocket.Chat,
    the simple but powerful open source web
    chat platform. It's tested on macOS,
    Windows...
    Download Rocket.Chat Desktop Client
  • 2
    OfficeFloor
    OfficeFloor
    OfficeFloor provides inversion of
    coupling control, with its: - dependency
    injection - continuation injection -
    thread injection For more information
    visit the...
    Download OfficeFloor
  • 3
    DivKit
    DivKit
    DivKit is an open source Server-Driven
    UI (SDUI) framework. It allows you to
    roll out server-sourced updates to
    different app versions. Also, it can be
    used fo...
    Download DivKit
  • 4
    subconverter
    subconverter
    Utility to convert between various
    subscription format. Shadowrocket users
    should use ss, ssr or v2ray as target.
    You can add &remark= to
    Telegram-liked HT...
    Download subconverter
  • 5
    SWASH
    SWASH
    SWASH is a general-purpose numerical
    tool for simulating unsteady,
    non-hydrostatic, free-surface,
    rotational flow and transport phenomena
    in coastal waters as ...
    Download SWASH
  • 6
    VBA-M (Archived - Now on Github)
    VBA-M (Archived - Now on Github)
    Project has moved to
    https://github.com/visualboyadvance-m/visualboyadvance-m
    Features:Cheat creationsave statesmulti
    system, supports gba, gbc, gb, sgb,
    sgb2Tu...
    Download VBA-M (Archived - Now on Github)
  • More »

Linux commands

Ad