Changes

Jump to navigation Jump to search
560 bytes added ,  01:32, 16 September 2013
Undo revision 21523 by Stephdl (talk)
Line 539: Line 539:  
  db accounts setprop user Shell /bin/bash
 
  db accounts setprop user Shell /bin/bash
 
  signal-event user-modify user
 
  signal-event user-modify user
 +
 +
====Give some external or internal access permissions to foo service====
 +
config setprop foo PublicAccess OPTION
 +
signal-event console-save
 +
 +
 +
OPTION is either of the following.
 +
 +
        none            => No access
 +
        local            => Local network  (no password required)
 +
        local-pw        => Local network  (password required)
 +
        global          => Entire Internet(no password required)
 +
        global-pw        => Entire Internet(password required)
 +
        global-pw-remote => Entire Internet(password required outside local network)
    
=== General Service Handling ===
 
=== General Service Handling ===

Navigation menu