FAQ

Differences between revisions 2 and 12 (spanning 10 versions)
Revision 2 as of 2008-03-27 19:20:39
Size: 515
Editor: c-76-105-157-155
Comment:
Revision 12 as of 2009-02-03 15:45:08
Size: 1377
Editor: port-213-160-23-156
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[Include(SecurityTeam/Header)]] <<Include(SecurityTeam/Header)>>
Line 3: Line 3:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| ||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;"><<TableOfContents>>||
Line 5: Line 5:
== Repositories ==
 * How are the "-updates" and "-security" pockets different?
  * {{{-updates}}} includes things that have gone through the [[StableReleaseUpdates]] process, and contain various important bug fixes.
  * {{{-security}}} includes only updated packages that contain security-related fixes, and are built to not require anything from "-updates".
 * How do I automatically install security updates?
  * https://help.ubuntu.com/community/AutomaticSecurityUpdates
Line 6: Line 12:
 {{{This page is still very much place-holder. If you have time, please update it with more information.}}} == Packages ==
 * Where did [[https://launchpad.net/ubuntu/+source/libapache-mod-security|mod_security]] go?
  * The license to mod_security did not allow for redistribution, so it was removed from Debian and Ubuntu after Dapper (6.06):
   * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313615
   * http://groups.google.com/group/linux.debian.legal/browse_thread/thread/d4b4a74c82042abd
Line 8: Line 18:
* difference between -updates and -security
  * versioning
  * builds
 * links to various security policies
== Strange Behavior ==
 * When I use {{{sudo}}} via {{{ssh}}}, I can see the password as I type it. How do I fix that?
  * There is no "tty" allocated when running commands directly via {{{ssh}}}, please add the "-t" flag.

Repositories

  • How are the "-updates" and "-security" pockets different?
    • -updates includes things that have gone through the StableReleaseUpdates process, and contain various important bug fixes.

    • -security includes only updated packages that contain security-related fixes, and are built to not require anything from "-updates".

  • How do I automatically install security updates?

Packages

Strange Behavior

  • When I use sudo via ssh, I can see the password as I type it. How do I fix that?

    • There is no "tty" allocated when running commands directly via ssh, please add the "-t" flag.


CategorySecurityTeam

SecurityTeam/FAQ (last edited 2026-03-30 19:43:48 by seth-arnold)