Add du to rootwrap filters
Setting "nfs_disk_util=du" or "glusterfs_disk_util=du" will use du instead of df for space calculation, but du is not allowed by rootwrap. Change-Id: I35522d40f97ea14cacf2637603f06a15810a0b36
This commit is contained in:
parent
79971481f7
commit
3be280dc70
@ -48,6 +48,7 @@ cat: CommandFilter, cat, root
|
||||
stat: CommandFilter, stat, root
|
||||
mount: CommandFilter, mount, root
|
||||
df: CommandFilter, df, root
|
||||
du: CommandFilter, du, root
|
||||
truncate: CommandFilter, truncate, root
|
||||
chmod: CommandFilter, chmod, root
|
||||
rm: CommandFilter, rm, root
|
||||
|
Loading…
Reference in New Issue
Block a user