| 4 |
- |
1 |
getfacl=getfacl
|
|
|
2 |
xfs_acl=&has_command("getfacl") && &has_command("setfacl")
|
|
|
3 |
iconsize=0
|
|
|
4 |
setfacl=setfacl --set-file=-
|
|
|
5 |
nocharset=0
|
|
|
6 |
hide_dot_files=0
|
|
|
7 |
ext4_ext=&has_command("lsattr") && &has_command("chattr")
|
|
|
8 |
defzip=0
|
|
|
9 |
xfs_attr=&has_command("attr")
|
|
|
10 |
ext2_attr=&has_command("attr")
|
|
|
11 |
ext3_ext=&has_command("lsattr") && &has_command("chattr")
|
|
|
12 |
ext4_acl=&has_command("getfacl") && &has_command("setfacl")
|
|
|
13 |
ext3_attr=&has_command("attr")
|
|
|
14 |
force_text=0
|
|
|
15 |
ext2_acl=&has_command("getfacl") && &has_command("setfacl")
|
|
|
16 |
ext2_ext=&has_command("lsattr") && &has_command("chattr")
|
|
|
17 |
extract=1
|
|
|
18 |
reiserfs_acl=&has_command("getfacl") && &has_command("setfacl")
|
|
|
19 |
defuser=root
|
|
|
20 |
ext4_attr=&has_command("attr")
|
|
|
21 |
ext3_acl=&has_command("getfacl") && &has_command("setfacl")
|