Comment 23 for bug 1699161

Revision history for this message
Eric Desrochers (slashd) wrote :

(As requested by bdmurray)

## VERIFICATION ZESTY WITH UNPRIVILEGED CONTAINER ##

#lxc launch ubuntu:17.04 unprivZ -c security.privileged=false
Creating unprivZ
Starting unprivZ

# apt-cache policy lshw
lshw:
  Installed: 02.18-0.1ubuntu3.1
  Candidate: 02.18-0.1ubuntu3.1
  Version table:
 *** 02.18-0.1ubuntu3.1 500
        500 http://archive.ubuntu.com/ubuntu zesty-proposed/main amd64 Packages

Result : lshw works

## VERIFICATION ARTFUL WITH UNPRIVILEGED CONTAINER ##

#lxc launch ubuntu:17.10 unprivA -c security.privileged=false
Creating unprivA
Starting unprivA

# apt-cache policy lshw
lshw:
  Installed: 02.18-0.1ubuntu4
  Candidate: 02.18-0.1ubuntu4
  Version table:
 *** 02.18-0.1ubuntu4 500
        500 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 Packages

Result : lshw works