![]() |
JFS and ACL
I use only ext3 at work, and mount the partitions with acl, which lets me fine tune my security.
I've used jfs at home for a while, and recently, I decided to use some access lists too. So, I tried to do the same things I do at work (that includes options {defaults,acl} for /home at fstab. After that, Slack does not let me access my home at boot time. I believe I read somewhere that jfs did not support initially acl but at some point on the development acl became one of its regular features. What am I missing here? How to implement acl on jfs? Thanks for reading this. |
JFS does support ACL, it is this kernel option:
Code:
┌──────────────────── JFS POSIX Access Control Lists ─────────────────────┐Code:
bash-4.1$ zgrep CONFIG_JFS_POSIX_ACL /proc/config.gz |
Thank you, H_TeXMeX_H
I've got the vanilla slack kernel: # uname -r Quote:
Quote:
|
Ok, that's good, now just make sure ACL is setup properly:
http://nxlinuxadmin.blogspot.com/201...-in-linux.html |
| All times are GMT -5. The time now is 01:00 PM. |