diff options
author | ficus <ficus@robocracy.org> | 2012-11-22 17:11:50 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-22 17:11:50 +0100 |
commit | 9eb062cc347e066f5e8a7f2b699b11d9e82982ea (patch) | |
tree | 130c2879d2d83d714d2d5d335f1f65911abcd879 | |
parent | fc7f18a85a004d795f1d466bdc9136964819519a (diff) | |
download | torouter-live-9eb062cc347e066f5e8a7f2b699b11d9e82982ea.tar.gz torouter-live-9eb062cc347e066f5e8a7f2b699b11d9e82982ea.zip |
update README+TODO
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 45 |
2 files changed, 27 insertions, 20 deletions
@@ -3,6 +3,8 @@ Multiple layers of scary disclaimer! Oh my! + !!! ROOT PASSSWORD IS "crud" AND REMOTE SSH IS ALLOWED + !!! This repo is hackish, under development and will probably not even build !!! or "work"! @@ -1,24 +1,29 @@ -- commit torouterui package, add dependancies -- custom kernel +- ROOT PASSSWORD IS "CRUD" AND REMOTE SSH IS ALLOWED +- tor permissions: + - chown debian-tor:debian-tor /var/log/tor /var/lib/tor + - chgrp debian-tor /etc/tor/ /etc/tor/* + - chmod g+rw /etc/tor/ /etc/tor/* +- test persistance +- dreamplug: uap hack, libertas firmware +- uap hacks as a debian package + - create m-a source package + - build on dreamplug, save binary result; automate this? +- custom kernel (grsec etc) http://live.debian.net/manual/html/live-manual.en.html#411 +- openntpd prevents login +- include ttdnsd package manually +- eth0 hotplug +- remove torouter /etc/hosts listing +- document @!#(*$&#@! openntpd problem + +TBD: +- persistant setuid issue - determine which configurations can be settled using debconf preseeds http://live.debian.net/manual/html/live-manual.en.html#495 -- reset the user password properly - http://live.debian.net/manual/html/live-manual.en.html#505 -- dreamplug: uap hack, libertas firmware -- ntp.conf? -- sudo setuid problem? - + Configure_sudo - + grep -qs ^torouter /etc/sudoers.d/live - + echo torouter ALL=(ALL) NOPASSWD: ALL - + chmod 0440 /etc/sudoers.d/live - + sudo -u torouter sh -c echo 'SU_TO_ROOT_SU=sudo' >> /home/torouter/.su-to-rootrc - sudo: unknown user: torouter - sudo: unable to initialize policy plugin - +- network stuff: use if-up.d/if-down.d/etc - remove unnecessary tty2+ lines completely from /etc/inittab -- tor: - - chown debian-tor:debian-tor /var/log/tor /var/lib/tor - - chgrp debian-tor /etc/tor/ /etc/tor/* - - chmod g+rw /etc/tor/ /etc/tor/* - - debug issue with /var/log/tor/notices.log +- ntp.conf +- faster boots + http://www.debian-administration.org/article/Booting_Debian_in_14_seconds + http://lwn.net/Articles/299483/ +- in dmesg: HOST_CMD_APCMD_POWER_MODE fail=2 |