• T
    9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes · b96feb2c
    Tobias Schramm 提交于
    In mapped security modes, files are created with very restrictive
    permissions (600 for files and 700 for directories). This makes
    file sharing between virtual machines and users on the host rather
    complicated. Imagine eg. a group of users that need to access data
    produced by processes on a virtual machine. Giving those users access
    to the data will be difficult since the group access mode is always 0.
    
    This patch makes the default mode for both files and directories
    configurable. Existing setups that don't know about the new parameters
    keep using the current secure behavior.
    Signed-off-by: NTobias Schramm <tobleminer@gmail.com>
    Signed-off-by: NGreg Kurz <groug@kaod.org>
    b96feb2c
qemu-options.hx 171.6 KB