|
Lines 23-28
Link Here
|
| 23 |
include "subdomain/apparmor_packages.ycp"; |
23 |
include "subdomain/apparmor_packages.ycp"; |
| 24 |
include "subdomain/sd-config.ycp"; |
24 |
include "subdomain/sd-config.ycp"; |
| 25 |
|
25 |
|
|
|
26 |
// no command line support #269891 |
| 27 |
if (size(WFM::Args()) > 0 ) |
| 28 |
{ |
| 29 |
import "CommandLine"; |
| 30 |
CommandLine::Init($[], WFM::Args()); |
| 31 |
return; |
| 32 |
} |
| 33 |
|
| 26 |
if (!installAppArmorPackages()) { |
34 |
if (!installAppArmorPackages()) { |
| 27 |
return; |
35 |
return; |
| 28 |
} |
36 |
} |