Merge pull request #340 from 0xC0ncord/feature/apache_list_dirs_interface
This commit is contained in:
commit
7bf7abd525
@ -522,6 +522,24 @@ interface(`apache_search_all_content',`
|
||||
allow $1 httpdcontent:dir search_dir_perms;
|
||||
')
|
||||
|
||||
#######################################
|
||||
## <summary>
|
||||
## List all apache content.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`apache_list_all_content',`
|
||||
gen_require(`
|
||||
attribute httpdcontent;
|
||||
')
|
||||
|
||||
allow $1 httpdcontent:dir list_dir_perms;
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Create, read, write, and delete
|
||||
|
Loading…
Reference in New Issue
Block a user