EnglishFrenchSpanish

Ad


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
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • 2
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 3
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 4
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 5
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 6
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • More »

Linux commands

Ad