[Bug 155163] [patch] Add Recursive Functionality to setfacl(1)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 10 23:30:46 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155163

--- Comment #11 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Tue Apr 10 23:29:57 UTC 2018
New revision: 332396
URL: https://svnweb.freebsd.org/changeset/base/332396

Log:
  setfacl: add recursive functionality

  Add a -R option to setfacl to operate recursively on directories, along
  with the accompanying flags -H, -L, and -P (whose behaviour mimics
  chmod).

  A patch was submitted with PR 155163, but this is a new implementation
  based on comments raised in the Phabricator review for that patch
  (review D9096).

  PR:           155163
  Submitted by: Mitchell Horne <mhorne063 at gmail.com>
  Reviewed by:  jilles
  MFC after:    2 weeks
  Relnotes:     Yes
  Sponsored by: The FreeBSD Foundation
  Differential Revision:        https://reviews.freebsd.org/D14934

Changes:
  head/bin/setfacl/setfacl.1
  head/bin/setfacl/setfacl.c
  head/bin/setfacl/setfacl.h
  head/bin/setfacl/util.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list