OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyscallSets
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
baseline_policy.cc
42
return
SyscallSets
::IsAllowedAddressSpaceAccess(sysno) ||
43
SyscallSets
::IsAllowedBasicScheduler(sysno) ||
44
SyscallSets
::IsAllowedEpoll(sysno) ||
45
SyscallSets
::IsAllowedFileSystemAccessViaFd(sysno) ||
46
SyscallSets
::IsAllowedFutex(sysno) ||
47
SyscallSets
::IsAllowedGeneralIo(sysno) ||
48
SyscallSets
::IsAllowedGetOrModifySocket(sysno) ||
49
SyscallSets
::IsAllowedGettime(sysno) ||
50
SyscallSets
::IsAllowedProcessStartOrDeath(sysno) ||
51
SyscallSets
::IsAllowedSignalHandling(sysno) |
[
all
...]
syscall_sets.cc
17
bool
SyscallSets
::IsKill(int sysno) {
28
bool
SyscallSets
::IsAllowedGettime(int sysno) {
53
bool
SyscallSets
::IsCurrentDirectory(int sysno) {
64
bool
SyscallSets
::IsUmask(int sysno) {
77
bool
SyscallSets
::IsFileSystem(int sysno) {
159
bool
SyscallSets
::IsAllowedFileSystemAccessViaFd(int sysno) {
198
bool
SyscallSets
::IsDeniedFileSystemAccessViaFd(int sysno) {
223
bool
SyscallSets
::IsGetSimpleId(int sysno) {
252
bool
SyscallSets
::IsProcessPrivilegeChange(int sysno) {
285
bool
SyscallSets
::IsProcessGroupOrSession(int sysno)
[
all
...]
syscall_sets.h
19
class SANDBOX_EXPORT
SyscallSets
{
107
DISALLOW_IMPLICIT_CONSTRUCTORS(
SyscallSets
);
Completed in 82 milliseconds