LinuxConfigurationConsole

Revision 1 as of 2006-10-23 23:33:47

Clear message

Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

  • Launchpad entry: none yet

  • Packages affected:

Summary

This spec describes a high level design for a Linux Configuration Console for customized administrative consoles.

Rationale

Custom Linux Configuration Consoles (LCC) would allow users to quickly access their common administrative tasks. Further, a standard API for these configuration consoles would allow them to be shared between LCC interfaces for Qt, GTK, or Curses.

Use cases

Scope

Design

  • The LCC will itself do nothing; modules will be used to add functionality such as users and groups control, security policy management, or package management.
  • Modules will run in a separate process, communicating with the LCC over IPC to isolate their security contexts and allow fault-tolerance in case one module crashes.

Implementation

  • Modules will run in a separate process, communicating with the LCC over IPC to isolate their security contexts and allow fault-tolerance in case one module crashes.
    • The

Code

Data preservation and migration

Unresolved issues

BoF agenda and discussion


CategorySpec