JFS does support ACL, it is this kernel option:
Code:
┌──────────────────── JFS POSIX Access Control Lists ─────────────────────┐
│ CONFIG_JFS_POSIX_ACL: │
│ │
│ Posix Access Control Lists (ACLs) support permissions for users and │
│ groups beyond the owner/group/world scheme. │
│ │
│ To learn more about Access Control Lists, visit the Posix ACLs for │
│ Linux website <http://acl.bestbits.at/>. │
│ │
│ If you don't know what Access Control Lists are, say N │
│ │
│ Symbol: JFS_POSIX_ACL [=n] │
│ Prompt: JFS POSIX Access Control Lists │
│ Defined at fs/jfs/Kconfig:11 │
│ Depends on: BLOCK [=y] && JFS_FS [=y] │
│ Location: │
│ -> File systems │
│ -> JFS filesystem support (JFS_FS [=y]) │
│ Selects: FS_POSIX_ACL [=y] │
So run:
Code:
bash-4.1$ zgrep CONFIG_JFS_POSIX_ACL /proc/config.gz
# CONFIG_JFS_POSIX_ACL is not set
For me it is not set, but you should set it if it is not set and recompile the kernel. It also depends on what kernel you are using, it may already be set.