Commit Graph

78 Commits

Author SHA1 Message Date
Jason Mehring
78a903b1f7 debian: Completely refactored Debian and Whonix
- New refactor allow qubuntu to share most of Debian's codebase
- Installation now more closely mimiks Debian's installation methods
- Added a shared functions lib named distributions.sh
- Any portions of Whonix that may need to be updatable have been moved
  to a new package named qubes-whonix which will be updatable via Debian
  package manager.  qubes-whonix is also added as part of installation
  process
2015-02-14 12:33:06 -05:00
Marek Marczykowski-Górecki
a97beee8cb Do not duplicate clean-volatile.img.tar for each distribution 2015-01-30 19:16:22 +01:00
Marek Marczykowski-Górecki
7bae8ae353 debian: do not give access to host /run 2014-12-01 20:12:45 +01:00
Marek Marczykowski-Górecki
2b1cb2f323 debian/whonix: it is irrelevant whether ip_forward is enabled on build host 2014-12-01 20:11:47 +01:00
Marek Marczykowski-Górecki
1e999e1ced debian: move system/X11 configuration to gui-agent-linux 2014-12-01 20:10:27 +01:00
Marek Marczykowski-Górecki
f14e132f5e debian: do not remove qubes repo 2014-12-01 02:50:37 +01:00
Marek Marczykowski-Górecki
d87edd0066 whonix: use the same user UID as host to build whonix pkgs
Otherwise whonix_build will have no access to sources (which are
bind-mounted from outside of chroot).
2014-12-01 02:48:50 +01:00
Marek Marczykowski-Górecki
43e319b562 whonix: place "allow all" sudo configuration only build time
qubes-core-agent will provide appropriate file later so do not conflict
with it.
2014-12-01 02:47:31 +01:00
Marek Marczykowski-Górecki
a91429751d whonix: remove unused file 2014-12-01 02:45:53 +01:00
Jason Mehring
e1ce88291f whonix: Need to commit Makefile or Whonix install script complains 2014-11-18 17:40:31 -05:00
Jason Mehring
4acca407d7 whonix: Added ability to run both gateway and workstation as AppVM's (not standalone) 2014-11-13 19:13:51 -05:00
Jason Mehring
60ccebc8b7 whonix: Updated to Whonix 9.4 base. Removed all patches to Whonix code and installed grub and replaced update-grub with link to /bin/true 2014-11-13 19:12:44 -05:00
Jason Mehring
d92d6d1577 whonix: Lockdown network if not connected to a tor-newvm 2014-11-11 13:41:42 -05:00
Jason Mehring
356f49d779 whonix: Changes to allow secure update 2014-11-11 13:39:27 -05:00
Jason Mehring
6bed22eec5 debian: Removed keyfiles using old name 2014-11-11 09:01:34 -05:00
Jason Mehring
26a594a8e5 debian: renamed key files to match same format as those in qubes-builder 2014-11-11 08:58:23 -05:00
Jason Mehring
af189150c9 debian: Whonix systemd overrides 2014-11-09 12:53:07 -05:00
Jason Mehring
d682f0bfaa debian: Added time sync packages 2014-11-07 09:08:28 -05:00
Jason Mehring
9322bab8c1 debian: Enable Whonix systemd services 2014-11-07 00:34:38 -05:00
Jason Mehring
4e7dbfcb06 debian: Whonix modifications due to new postinit in core-agent-linux module 2014-11-07 00:00:57 -05:00
Jason Mehring
88cf6f8b59 debian: Modifications due to new postinit scripts, etc in core-agent-linux module 2014-11-06 23:59:59 -05:00
Jason Mehring
d6d22e875e whonix: Added ability to be able to update templates via tor proxy. Firewall rules not working yet on gateway 2014-11-04 00:01:13 -05:00
Jason Mehring
422dcc9c24 debian: honor verbose; fixed bug where base package.list was not being used 2014-11-03 23:59:48 -05:00
Jason Mehring
b85dfe810b whonix-workstation: Added missing setup file 2014-11-03 23:56:07 -05:00
Jason Mehring
16fdd0cc1d debian: Added acpid to package list for all distros 2014-11-02 16:41:39 -05:00
Jason Mehring
cbe081b7bc Removed portions of qubes setup that are now handled within core-agent-linux 2014-11-02 16:20:41 -05:00
Jason Mehring
0e53e2954f Whonix setup GUI now run on first start to allow configuration
Added alternate for dialag (gdialog) so some of Whonix programs run
Changed sudo permissions to fix umask and not use QT shared memory
Changed whonix to use basic hosts file
Added detection if template is active for updating
Added startup code for tinyproxy
Added code to disable uwt so apt-get can be used as proxy
Created a python GUI Message Alert using yaml for messages (internationalization)
2014-11-02 16:14:36 -05:00
Jason Mehring
82a68e9c87 Added initial configuration dialog setup for whonix-gateway 2014-10-29 12:53:35 -04:00
Jason Mehring
c238716d6a Code cleanup - whonix* not tested 2014-10-28 04:09:55 -04:00
Jason Mehring
fd7bc22a16 Added gnome sub-template 2014-10-27 02:29:07 -04:00
Jason Mehring
73926c1ed3 Use gnome-packagekit for GUI update manager 2014-10-26 16:40:42 -04:00
Jason Mehring
676a3a45b5 Fix a var typo when expaning hosts file 2014-10-26 16:36:39 -04:00
Jason Mehring
2193c2084f Added GUI package manager for updates via Qubes manager 2014-10-26 16:10:42 -04:00
Jason Mehring
dd49aff3e3 Set defualt umask 2014-10-26 14:59:38 -04:00
Jason Mehring
99ef1072fa Convert tabs in hosts file to spaces so qubes can parse it correctly 2014-10-26 14:55:22 -04:00
Jason Mehring
8588625650 Fixed debian fonts issue where terminal would initially display black on black text
Added some default themes
Added default rendering options
2014-10-26 14:48:09 -04:00
Jason Mehring
4686898519 Fix enable tor regression 2014-10-26 14:46:20 -04:00
Jason Mehring
cd19220993 Whonix-gateway configurations 2014-10-25 18:06:30 -04:00
Jason Mehring
477dadb96c More whonix-gateway tweaks. It should be working now 2014-10-25 12:49:49 -04:00
Jason Mehring
0b341f4fb2 Moved qubes-extra-files to its own directory as a sub-template (proxy) as its only needed for proxies
Removed call from qubes_installation scripts for proxy files.  will now be added by sub-template
Renamed extra-whonix-files to files
Modifies functions.sh to allow for very short proxy names and custom directories that will be dist independent
2014-10-24 06:48:11 -04:00
Jason Mehring
6f9860fb17 Tweaked configuration setting to work with upstream changes 2014-10-23 01:44:21 -04:00
Jason Mehring
c26d0eac1a added static host related files for whonix copy and moved copy to pre whonix install 2014-10-22 22:38:07 -04:00
Jason Mehring
b4ea7f437b Removed wheezy packages deps from whonix list since wheezy packages will now also be installed seperately 2014-10-22 17:16:35 -04:00
Jason Mehring
f3a02b1251 Created function to load package.list from proper directories. There can be multiple targets if TEMPLATE_FLAVOR and sub flavors are defined. All package.list files are kept within each flavor directory
Refactored some code to allow above to reduce duplication of code
2014-10-22 16:37:26 -04:00
Jason Mehring
f597ff760f Added ability to be able to relocate TEMPLATE_FLAVORS to any directory via configuration file
Added ability to specify more than one TEMPLATE_FLAVOR (Primary plus others)
Added ability for all TEMPLATE_FLAVORS and others to be able to hook into scripts (pre / post)
Addeed tests for above functionality
With these changes TEMPLATE_FLAVORS can be self contained and not polute code space
2014-10-21 09:12:05 -04:00
Jason Mehring
82113fd174 Added TODO list for cleaning up debian source tree 2014-10-20 21:02:24 -04:00
Jason Mehring
aef3f12097 Make sure the logged in user name is used for su <user> -c 2014-10-20 19:45:23 -04:00
Jason Mehring
60b7f2fa7a Added facl function to restore file permissions on files copied to image 2014-10-19 19:36:59 -04:00
Jason Mehring
86ca300413 Remove stale snapshots 2014-10-19 04:23:19 -04:00
Jason Mehring
8de6493230 Remove UPDATE 2014-10-19 01:18:58 -04:00