mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
aff27f4559
New wrappers: - `AllowEpollWait` (`epoll_wait`, `epoll_pwait`, `epoll_pwait2`) - `AllowInotifyInit` (`inotify_init`, `inotify_init1`) - `AllowSelect` (`select`, `pselect6`) - `AllowDup` (`dup`, `dup2`, `dup3`) - `AllowPipe` (`pipe`, `pipe2`) - `AllowChmod` (`chmod`, `fchmod`, `fchmodat`) - `AllowChown` (`chown`, `lchown`, `fchown`, `fchownat`) - `AllowReadlink` (`readlink`, `readlinkat`) - `AllowLink` (`link`, `linkat`) - `AllowSymlink` (`symlink`, `symlinkat`) - `AllowMkdir` (`mkdir`, `mkdirat`) - `AllowUtime` (`utime`, `utimes`, `futimens`, `utimensat`) - `AllowAlarm` (`alarm`, `setitimer`) - `AllowGetPGIDs` (`getpgid`, `getpgrp`) - `AllowPoll` (`poll`, `ppoll`) Updated wrappers: - `AllowOpen` now includes `creat`. `openat` already grants the ability to create files, and is the designated replacement for `creat` on newer platforms. - `AllowStat` now includes `fstatfs` and `fstatfs64`. The comment already claimed that these syscalls were included; I believe they were omitted by accident. - `AllowUnlink` now includes `rmdir`. `unlinkat` already grants the ability to remove empty directories, and is the designated replacement for `rmdir` on newer platforms. PiperOrigin-RevId: 495045432 Change-Id: I41eccb74fda250b27586b6b7fe4c480332e48846 |
||
---|---|---|
.. | ||
bazel | ||
docs | ||
examples | ||
sandbox2 | ||
tools | ||
util | ||
BUILD.bazel | ||
call.h | ||
client.cc | ||
CMakeLists.txt | ||
config.h | ||
embed_file.cc | ||
embed_file.h | ||
file_toc.h | ||
lenval_core.h | ||
proto_arg.proto | ||
proto_helper.cc | ||
proto_helper.h | ||
rpcchannel.cc | ||
rpcchannel.h | ||
sandbox.cc | ||
sandbox.h | ||
sapi_test.cc | ||
testing.cc | ||
testing.h | ||
transaction.cc | ||
transaction.h | ||
var_abstract.cc | ||
var_abstract.h | ||
var_array.h | ||
var_int.cc | ||
var_int.h | ||
var_lenval.cc | ||
var_lenval.h | ||
var_proto.h | ||
var_ptr.h | ||
var_reg.h | ||
var_struct.h | ||
var_type.h | ||
var_void.h | ||
vars.h |