Skip to content

Commit

Permalink
Add a $private permission flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Dec 4, 2019
1 parent 66b2d0b commit 7917a96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,12 @@
;;; concept of "executing" the host filesystem has.
;;; This flag is not valid for directories.
$execute

;;; For filesystems which have a concept of multiple "users", this flag
;;; indicates that the file is only accessible by the effective "user"
;;; that the WASI store uses to access the filesystem, and inaccessible
;;; to other "users".
$private
)
)

Expand Down

0 comments on commit 7917a96

Please sign in to comment.