]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support for linux ext2fs posix-draft ACLs.
authorpfg <pfg@FreeBSD.org>
Sun, 28 May 2017 15:39:11 +0000 (15:39 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 28 May 2017 15:39:11 +0000 (15:39 +0000)
commite79d14e19e82819ca52670b208385db06a73eee0
tree83063aacb2556798c3421b651ca0a8c2fcae3924
parent5fe5b732110e0b366ef0174124420d029490b51c
Support for linux ext2fs posix-draft ACLs.

This is closely tied to the Extended Attribute implementation.

Submitted by: Fedor Uporov
Reviewed by: kevlo, pfg

Differential Revision: https://reviews.freebsd.org/D10807
sys/conf/files
sys/fs/ext2fs/ext2_acl.c [new file with mode: 0644]
sys/fs/ext2fs/ext2_acl.h [new file with mode: 0644]
sys/fs/ext2fs/ext2_extattr.c
sys/fs/ext2fs/ext2_vnops.c
sys/modules/ext2fs/Makefile