Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8356493

(fs) SecureDirectoryStream missing some capabilities

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs
    • generic
    • linux, os_x

      A DESCRIPTION OF THE PROBLEM :
      SecureDirectoryStream can perform a variety of operations relative to its directory such as deleting entries, creating new files, and getting attributes. However, there are some useful filesystem operations missing. By comparing the methods on Files and SecureDirectoryStream, methods to do at least the following are missing from the latter:
      - create a directory (mkdirat)
      - create a hardlink (linkat)
      - create a symlink (symlinkat)
      - read a symlink target (readlinkat)


            bpb Brian Burkhalter
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: