108 Commits (316299ce94a1b1029255e42ff09c5baeb2546061)
 

Author SHA1 Message Date
brl 316299ce94 when resolving ${PATH}, setup a fake PATH env variable if no path is set
9 years ago
brl 962f7c877b clean command no longer needed
9 years ago
brl b9aba84682 sure enough, that won't work. launch oz-daemon with unshare for now
9 years ago
brl 818b1124d6 don't hang when xpra client fails to launch
9 years ago
brl 08c2d1207e added helper function to resolve paths correctly both inside and outside of chroot
9 years ago
brl 4e12488ca5 resolve vars and globbing internally in fs package
9 years ago
brl 539bed1768 use os.Getpid() != 1 to detect and warn about manual launch
9 years ago
brl d8fd556219 should use BindOrCreate here
9 years ago
brl 351cc883f0 big fs refactor to use a single rootfs
9 years ago
brl f23045350f gofmt
9 years ago
xSmurf 46d170a38b Typo
9 years ago
xSmurf d89f62fa8d Typo
9 years ago
xSmurf 7d917dcea1 Added waitgroup to connection proxy config to avoid potential race with the program trying to open/access the socket
9 years ago
xSmurf 082cfa105a Added `all` option to kill command
9 years ago
xSmurf 993b89c0c8 Fixed panic on cleaning unproperly terminated sandbox
9 years ago
xSmurf 154c8ac5e9 TENTATIVE: Added support for multiple executable for a single profile - Some minor cleanup
9 years ago
xSmurf 8f7e81d5f9 Switched input method to keep
9 years ago
xSmurf 820d4c847a Fixed panic
9 years ago
xSmurf 47be4813b1 Added 'config check' to oz-setup
9 years ago
xSmurf ca40c190df Prevent oz-init from being called without root, or manually
9 years ago
xSmurf eb09a54c9a Added "config show" to oz-setup
9 years ago
xSmurf 01ab72df23 Added config file path to profile
9 years ago
xSmurf c8435f68bc Cleanup
9 years ago
xSmurf e82882d1bc Wooops
9 years ago
xSmurf c9b661f46b Oz version in config file, bash completion flag for oz cli, small naming fixes
9 years ago
xSmurf db133785d5 Added noexec flag to `launch` command to launch a sandbox without running the program
9 years ago
xSmurf cb0e5b8fea Fixed uid resolving in bindlists
9 years ago
xSmurf 9462c3584a Cleanup proxy conn setup in launch routine
9 years ago
xSmurf 201037c26d Added flag to allow passing files passed as arguments
9 years ago
xSmurf 2135084b86 Fixed pwd when directory is not included in sandbox
9 years ago
xSmurf e4da051f83 Network proxy service (tentative)
9 years ago
xSmurf 0f682806ab Fixed passing of pwd to command, fixed home environment variable to launchEnv, fixed PATH var
9 years ago
xSmurf a5ddbf0166 Moved tmp and shm creation insize ozinit where it belongs
9 years ago
xSmurf d1d1a9ae43 Added passing and bind mounting of files passed as arguments to command
9 years ago
xSmurf a117e87785 Fixed loadedProfiles
9 years ago
xSmurf 8ff505f2e3 Oz setup utility, handling of launching from diverted binary, handling of launching in running sandbox
9 years ago
xSmurf 00d1aabc25 Fixed passing of env vars
9 years ago
xSmurf ab90dcadd5 Merge branch 'master' of ssh://github.com/subgraph/oz
9 years ago
xSmurf 74d85b79a4 Checking of config file permissions
9 years ago
brl 7de476e533 Merge remote-tracking branch 'origin/master'
9 years ago
brl 568477fdbf attempt to cleanly stop spawned processes when shutting down
9 years ago
brl 018e06a770 don't return error from MsgServer.Run() when Close() is called
9 years ago
brl 62ac412436 whitespace
9 years ago
brl 7318568b02 method to shutdown xpra server
9 years ago
xSmurf fe2776b1ad Sanitizing of environment variables and fixed passing of vars to shell
9 years ago
brl 2b2de2fa31 now you can kill sandboxes
9 years ago
brl 1a6d5ff18d get rid of commented out code
9 years ago
brl 45c64e6230 put back the .unsafe prefix
9 years ago
brl 18bfbe034d gofmt
9 years ago
brl d1bb0fdeec pass all environment from ./oz to applications launched from oz-init
9 years ago