add get all filesystems quotas
This commit is contained in:
parent
76bff31d96
commit
759ba0a459
|
@ -984,6 +984,20 @@ attribute fs_type;
|
||||||
class filesystem quotaget;
|
class filesystem quotaget;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
########################################
|
||||||
|
#
|
||||||
|
# filesystem_set_all_filesystems_quotas(type)
|
||||||
|
#
|
||||||
|
define(`filesystem_set_all_filesystems_quotas',`
|
||||||
|
requires_block_template(`$0'_depend)
|
||||||
|
allow $1 fs_type:filesystem quotamod;
|
||||||
|
')
|
||||||
|
|
||||||
|
define(`filesystem_set_all_filesystems_quotas_depend',`
|
||||||
|
attribute fs_type;
|
||||||
|
class filesystem quotamod;
|
||||||
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# filesystem_get_all_file_attributes(type)
|
# filesystem_get_all_file_attributes(type)
|
||||||
|
|
Loading…
Reference in New Issue