| 1 | Source: qemu-start | 
1 | Source: qemu-start | 
| 2 | Section: misc | 
2 | Section: misc | 
| 3 | Priority: optional | 
3 | Priority: optional | 
| 4 | Maintainer: Frodo Looijaard <frodo@frodo.looijaard.name> | 
4 | Maintainer: Frodo Looijaard <frodo@frodo.looijaard.name> | 
| 5 | Build-Depends: debhelper (>= 4.0.0) | 
5 | Build-Depends: debhelper (>= 4.0.0) | 
| 6 | Standards-Version: 3.6.1 | 
6 | Standards-Version: 3.7.2 | 
| 7 |  | 
7 |  | 
| 8 | Package: qemu-start | 
8 | Package: qemu-start | 
| 9 | Architecture: any | 
9 | Architecture: any | 
| 10 | Depends: qemu (>= 0.8.0), ${shlibs:Depends}, ${misc:Depends} | 
10 | Depends: qemu (>= 0.8.0), adduser, ${shlibs:Depends}, ${misc:Depends} | 
| 11 | Suggests: bridge-utils | 
11 | Suggests: bridge-utils | 
| 12 | Description: Start and run qemu in a safe way using tap devices | 
12 | Description: Start and run qemu in a safe way using tap devices | 
| 13 |  This package defines a user qemu to run qemu with, and a group emulator of | 
13 |  qemu-start is a small program that helps you start qemu in a safe and | 
| 14 |  users who may start qemu. xauth data is automatically set. | 
14 |  useful way. It has the following features: | 
 | 
 | 
15 |    * Start qemu as a non-privileged user | 
 | 
 | 
16 |    * Run qemu as a non-root user | 
 | 
 | 
17 |    * Propegates xauth information | 
 | 
 | 
18 |    * Only selected users can start qemu | 
 | 
 | 
19 |    * Existing tap network devices can be bound |