YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Directory
  • FileUtils
  • Progress
  • Security
  • String

Global Functions

Local Functions

Info:

File: modules/Lxc.ycp Package: Configuration of lxc Summary: Lxc settings, input and output functions Authors: Jiri Suchomel

$Id$

global CryptPassword (string pw) -> string

Encrypt given password using current method

Parameters:
pw
global ReadBridgesIds () -> list<string>

Read list of available bridges

global GetContainers () -> map<string,boolean>

Read list of containers and their states

local CheckLXCConfiguration () -> boolean

Check if LXC is correctly configured

global Read () -> boolean

Read all lxc settings

Return value:
true on success