summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-12-13 16:04:09 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2020-12-13 16:04:09 +0100
commit0b33b3b8adf95bcf6cf0764fe425169ee0b8be0e (patch)
tree08aba9ebf384974079de17fffd1c1e3139cfaf38 /rc
parentb2b2d2cb4c5cb3153760084a55584817a2c58a24 (diff)
downloadplan9front-0b33b3b8adf95bcf6cf0764fe425169ee0b8be0e.tar.xz
kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when opening /fd, /srv and /shr
The OCEXEC flag used to be maintained per channel, making it shared between all the file desciptors. This has a unexpected side effects with regard to channel passing drivers such as devdup (/fd), devsrv (/srv) and devshr (/shr). For example, opening a /srv file with OCEXEC makes it impossible to be remounted by exportfs as it internally does a exec() to mount and re-export it. There is no way to reset the flag. This change makes the OCEXEC flag per file descriptor, so a open with the OCEXEC flag only affects the fd group of the calling process, and not the channel itself. On rfork(RFFDG), the per file descriptor flags get copied. On dup(), the per file descriptor flags are reset. The second modification is that /fd, /srv and /shr should reject the ORCLOSE flag, as the files that are returned have already been opend.
Diffstat (limited to 'rc')
0 files changed, 0 insertions, 0 deletions