freebsd-dev/sbin/restore
Chuck Silvers 9dda00df7e restore: fix restore of NFS4 ACLs
Changing the mode bits on a file with an NFS4 ACL results in the
NFS4 ACL being replaced by one matching the new mode bits being set,
so when restoring a file with an NFS4 ACL, set the owner/group/mode first
and then set the NFS4 ACL, so that setting the mode does not throw away
the ACL that we just set.

Reviewed by:	mckusick
Differential Revision:  https://reviews.freebsd.org/D37618
2022-12-12 08:19:51 -08:00
..
dirs.c restore: fix restore of NFS4 ACLs 2022-12-12 08:19:51 -08:00
extern.h
interactive.c
main.c
Makefile pkgbase: Put ufs related tools and lib in their own package 2022-10-26 19:46:34 +02:00
Makefile.depend
restore.8
restore.c
restore.h
symtab.c
tape.c restore: fix restore of NFS4 ACLs 2022-12-12 08:19:51 -08:00
utilities.c