add search all dirs
This commit is contained in:
parent
e064a64b0e
commit
f9438fdfd1
|
@ -39,6 +39,20 @@ class fifo_file getattr;
|
|||
class sock_file getattr;
|
||||
')
|
||||
|
||||
########################################
|
||||
#
|
||||
# files_search_all_directories(type,[`optional'])
|
||||
#
|
||||
define(`files_search_all_directories',`
|
||||
requires_block_template(files_get_all_file_attributes_depend,$2)
|
||||
allow $1 file_type:dir search;
|
||||
')
|
||||
|
||||
define(`files_get_all_file_attributes_depend',`
|
||||
attribute file_type;
|
||||
class dir search;
|
||||
')
|
||||
|
||||
########################################
|
||||
#
|
||||
# files_read_root_dir(domain,[`optional'])
|
||||
|
|
Loading…
Reference in New Issue