kassisol / hbm

HBM is an application to authorize and manage authorized docker commands using Docker AuthZ plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursive volume mount, does not check source path

nenne70 opened this issue · comments

If I allow to mount recursive from a specific path, ie /local/scratch. Then it is possible to mount /local/scratch/* folders. This is as expected.

Sadly it is also possible to mount /local/scratch/../, which shouldn't be allowed.

/Henrik