
# yum install acl
/dev/mapper/vg_system-lv_storage /storage ext4 defaults,acl 1 2
# mount -o remount <path_to_filesystem>
# getfacl <path>
drwxrwxr-x 4 root root 4.0K Mar 31 21:14 storage
# setfacl -m u:grim76:rwx /storage
drwxrwxr-x+ 4 root root 4.0K Mar 31 21:14 storage
[grim76@tardis /]$ getfacl storage
setfacl -m d:u:grim76:rwx storage
[grim76@tardis /]$ getfacl storage