Code Monkey home page Code Monkey logo

Comments (4)

frank-w avatar frank-w commented on July 23, 2024

Have not done anything with acls yet. I would look for ext4 in config...maybe another option is needed for it

from bpi-router-linux.

kgara avatar kgara commented on July 23, 2024

Any ideas? So far have to use another sbc nearby just for the sake of acl's...

from bpi-router-linux.

frank-w avatar frank-w commented on July 23, 2024

acl does not depend on hardware....if you have another sbc/pc running with acl just compare kernel-config to get the possible option missing in my config

zcat /proc/config.gz

from bpi-router-linux.

frank-w avatar frank-w commented on July 23, 2024

tested on my debian-bullseye system


root@bpi-r2:~# uname -a                                                         
Linux bpi-r2 6.3.0-rc1-bpi-r2-sfp #1 SMP Tue Mar  7 20:03:39 CET 2023 armv7l GNU
/Linux
root@bpi-r2:~# zgrep -i 'acl' /proc/config.gz                                   
# CONFIG_XILINX_EMACLITE is not set                                             
CONFIG_EXT4_FS_POSIX_ACL=y                                                      
# CONFIG_XFS_POSIX_ACL is not set                                               
# CONFIG_BTRFS_FS_POSIX_ACL is not set                                          
CONFIG_F2FS_FS_POSIX_ACL=y                                                      
CONFIG_FS_POSIX_ACL=y                                                           
CONFIG_TMPFS_POSIX_ACL=y                                                        
CONFIG_NFS_V3_ACL=y                                                             
CONFIG_NFSD_V3_ACL=y                                                            
CONFIG_NFS_ACL_SUPPORT=y
root@bpi-r2:~# apt install acl
root@bpi-r2:~# mount -o remount,acl /                                           
[   72.885881] EXT4-fs (mmcblk0p2): re-mounted 83746542-38aa-4ab4-ae7e-722e5775.

root@bpi-r2:~# setfacl -R -m group:users:rwX /system/etc/firmware/              
root@bpi-r2:~# getfacl /system/etc/firmware/                                    
getfacl: Removing leading '/' from absolute path names                          
# file: system/etc/firmware/                                                    
# owner: root                                                                   
# group: root                                                                   
user::rwx                                                                       
group::r-x                                                                      
group:users:rwx                                                                 
mask::rwx                                                                       
other::r-x 

maybe you need to set acl filesystem-option for your mountpoint (/mnt/md3tlocal/tmp/)? or maybe tmp directory is a tmpfs??

from bpi-router-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.