[Bug 1859018] Re: [UBUNTU] zkey: Fix listing of keys on file systems reporting DT_UNKNOWN.

Frank Heimes 1859018 at bugs.launchpad.net
Thu Jan 9 18:10:44 UTC 2020


** Changed in: ubuntu-z-systems
     Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations)

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to s390-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1859018

Title:
  [UBUNTU] zkey: Fix listing of keys on file systems reporting
  DT_UNKNOWN.

Status in Ubuntu on IBM z Systems:
  Triaged
Status in s390-tools package in Ubuntu:
  New
Status in s390-tools source package in Eoan:
  New
Status in s390-tools source package in Focal:
  New

Bug description:
  Description:   zkey: Fix listing of keys on file systems reporting DT_UNKNOWN.
  Symptom:       When the zkey key repository is located in a file system that
                 does not have full support for report the file type, such as
                 XFS, the 'zkey list' command does not show any keys, although
                 keys exist in the repository.
  Problem:       The zkey list function uses scandir() to look for files in the
                 zkey key repository directory. It checks the dirent.d_type field
                 to consider only regular files, but skips all others. File
                 systems that do not have full support for returning the file
                 type in d_type will return DT_UNKNOWN instead. zkey skips
                 those directory entries and thus does not show any keys.
  Solution:      Also consider directory entries with d_type = DT_UNKNOWN.
  Reproduction:  Use zkey with a zkey repository directory located in a file
                 system that does not have full support for returning the file
                 type, such as XFS. Generate a key in the repository and then
                 list the key s with 'zkey list'.
                 Note: Newly created XFS file systems usually support returning
                 the file type, but existing XFS file systems might not. To
                 create an XFS file system that does not support returning the
                 file type, use 'mkfs.xfs -f -m crc=0 -n ftype=0' to create
                 the file system.

  Upstream-ID:   0de533aef9def920fed751c6025e4f19c4cba763

  Component:     s390-tools

  Need to be applied to all distro in service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1859018/+subscriptions



More information about the foundations-bugs mailing list