Adresa
:
[go:
nahoru
,
domu
]
Sign in
chromium
/
chromium
/
src
/
8480d86659b860587f9ee3995d167bda743492aa
/
sandbox
16289b3e
Use C++11 alignment primitives
by brettw
· 7 years ago
1ee189bd
Remove trailing semicolon at the end of a method definition
by juncai
· 7 years ago
98ced1b
Don't PCHECK in SetGidAndUidMaps
by thomasanderson
· 7 years ago
dddfcf1
Removing useless Win7 checks + standardize its use
by pmonette
· 7 years ago
60afdae0
Add IsSandboxed() function to seatbelt wrapper.
by kerrnel
· 7 years ago
c95caf0
Plumb sandbox rules through the helper executable.
by kerrnel
· 7 years ago
d4b51415
fix references to zygote_host_linux.cc
by Thiago Farina
· 7 years ago
f530722
Remove check for job object when setting sandbox memory limit
by jschuh
· 7 years ago
84fa8b0
Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only)
by thomasanderson
· 7 years ago
9d6afd71
Add a size parameter to SharedMemoryHandle.
by erikchen
· 7 years ago
169c4a19
Add the SeatbeltExec classes to facilitate the V2 sandbox.
by kerrnel
· 7 years ago
10ec8a6
sandbox: add sandbox_export target
by Thiago Farina
· 7 years ago
1452520
Add a GUID to base::SharedMemoryHandle.
by erikchen
· 8 years ago
58af3bb
Change recent LOG() to DLOG()
by liamjm
· 8 years ago
6a8fe62
CSRSS lockdown: destroy CSRSS heap
by liamjm
· 8 years ago
996f592
Get rid of all pid references from base::SharedMemoryHandle.
by erikchen
· 8 years ago
1f39236
Remove sandbox/win/tools.
by thakis
· 8 years ago
aebec0b4
Linux sandbox: handle ENOSPC clone failure
by thomasanderson
· 8 years ago
a85fa6e
Remove some illegal enum forward declarations
by brucedawson
· 8 years ago
9cb3b1d0
Address some TODO(GYP_GONE)s
by thakis
· 8 years ago
637c735
Revert of Address some TODO(GYP_GONE)s (patchset #6 id:100001 of https://codereview.chromium.org/2569333002/ )
by sgurun
· 8 years ago
1d66d23
Address some TODO(GYP_GONE)s
by thakis
· 8 years ago
cc1bde6
Report CHECK/DCHECK to test launcher summary output.
by alex-ac
· 8 years ago
8fb018a
Gracefully exit CanCreateProcessInNewUserNS for expected failure cases
by thomasanderson
· 8 years ago
326813f
Do not check threading status when starting seccomp with SeccompLevel::MULTI_THREADED.
by rsesek
· 8 years ago
3ee77710
sandbox/linux: Enable -Wshift-negative-value after LSS roll.
by thakis
· 8 years ago
e28bd95
Enable -Wshift-negative-value.
by thakis
· 8 years ago
4179f17c
Continue to clean c_str() calls.
by iceman
· 8 years ago
1d7984c
sandbox: add missing header files to the corresponding BUILD.gn file
by tfarina
· 8 years ago
843ecf04
Revert of Remove sandbox/win/tools. (patchset #1 id:1 of https://codereview.chromium.org/2773333002/ )
by hayato
· 8 years ago
6625b2f
Remove sandbox/win/tools.
by thakis
· 8 years ago
87c322b
Changing multiprocess test SpawnChild to return a struct instead of a
by jcivelli
· 8 years ago
740c6ef
[spelling] succcess to success
by dschuyler
· 8 years ago
5b4b4ea9
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
692a736b8
Adjust version checks for GetCertificate* patching
by brucedawson
· 8 years ago
6d9996c8
Fix auto raw pointer deduction on linux
by vmpstr
· 8 years ago
5d04cccc
sandbox tests: Adapt test expectations to new CHECK() behavior
by primiano
· 8 years ago
6d2d6542
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
b3d3b83
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
86a0aff
Add rsesek@ to sandbox/linux OWNERS.
by jorgelo
· 8 years ago
f160102
[Windows MSVC CFG] Turning on linker CFG for all. Disabling CFG compile.
by pennymac
· 8 years ago
4384263
Rewrite presubmit scripts to use new EnsureCQIncludeTrybotsAreAdded.
by kbr
· 8 years ago
8c67aad
[Windows CFG Test] Added unittest for CFG enabling on process.
by pennymac
· 8 years ago
16b6fc5
Move SandboxCompiler class into the sandbox library.
by kerrnel
· 8 years ago
e737db92
[Windows Sandbox OWNERS] Adding pennymac to owners.
by pennymac
· 8 years ago
17e392b
Reland "Fix sandbox::PolicyBase leak"
by jbauman
· 8 years ago
112c3d1
Linux sandbox: don't report crash during sys_unshare(CLONE_NEWUSER) check
by thomasanderson
· 8 years ago
2cd89ce
seccomp-bpf: whitelist memfd_create on all architectures
by riku.voipio
· 8 years ago
96c89c1c
Record a crash key when crashing due to a Seccomp SIGSYS failure.
by rsesek
· 8 years ago
357c1755
Namespace sandbox: add check for unprivileged use of CLONE_NEWUSER
by thomasanderson
· 8 years ago
089ec1a2
Fix error handling in POSIX version of the base::File::GetLength.
by mkolom
· 8 years ago
14944d7
Terminate child process if sandbox::TargetProcess is destroyed.
by jbauman
· 8 years ago
db24b9e6
Cleanup remaining class/struct fwd declarations
by jbriance
· 8 years ago
7b1273af0
Convert use_seccomp_bpf to the BUILDFLAG system.
by rsesek
· 8 years ago
6c27f666
Replace the term 'poor man' with another phrase (gender-neutral fixit).
by mgiuca
· 8 years ago
013492ec
Fix sandbox use of base/numerics
by jschuh
· 8 years ago
5ce3b35
From http://man7.org/linux/man-pages/man2/getrlimit.2.html:
by djkurtz
· 8 years ago
7d47e63
Add unittest that sandbox::PolicyBase outlives child process.
by jbauman
· 8 years ago
033fbea
Aarch64 buildfix.
by ossy.szeged
· 8 years ago
00aaebe
[spelling] correcting opening, switches, accounts, unknown
by dschuyler
· 8 years ago
da7006e
Remove DCHECK when handle stuffing fails.
by jbauman
· 8 years ago
65180d3
seccomp-bpf: Allow MADV_FREE in madvise(2)
by raphael.kubo.da.costa
· 8 years ago
ccd32602
[CleanUp] No need to implement strnlen() for MacOS < 10.7.
by corona10
· 8 years ago
89b7bf2
Remove stl_util's deletion function use from sandbox/win/ and do minor cleanup.
by avi
· 8 years ago
757f64b
Replaces gender specific terms in src comments.
by kennetht
· 8 years ago
0473e4c0
Test cached PID using getpid instead of pthread_getattr_np.
by rickyz
· 8 years ago
74b2988
Revert of Replace some deprecated usages of readdir_r with readdir (patchset #5 id:80001 of https://codereview.chromium.org/2411833004/ )
by jbudorick
· 8 years ago
c2fdc27
Replace some deprecated usages of readdir_r with readdir
by fwang
· 8 years ago
466f0cb
Use audit_token_to_pid over macOS 10.8
by corona10
· 8 years ago
2bfe4d6
Revert "Fix sandbox::PolicyBase leak"
by pastarmovj
· 8 years ago
35feaa96
Close the file handle before exiting the function
by yan0422.wang
· 8 years ago
a981982
misc files R-U: Change ScopedTempDir::path() to GetPath()
by vabr
· 8 years ago
861e256
Add header comments documenting extra constraints for some sandbox mitigations: MITIGATION_RELOCATE_IMAGE and MITIGATION_RELOCATE_IMAGE_REQUIRED don't work in Debug builds, and MITIGATION_WIN32K_DISABLE often requires the FAKE_USER_GDI_INIT rule as well.
by joenotcharles
· 8 years ago
33b4324
The current test for sandboxing, trying to retrieve the USER_DATA_DIR
by kerrnel
· 8 years ago
df7ac746
Suppress sandbox deprecation warnings by using the Seatbelt wrapper.
by kerrnel
· 8 years ago
315e4cf
Remove GYP files.
by brettw
· 8 years ago
cd115ae
Implement new method to get process base address in Windows sandbox.
by forshaw
· 8 years ago
b6a4ff8
Fix sandbox::PolicyBase leak
by jbauman
· 8 years ago
1812d0d
Remove wow_helper.
by grt
· 8 years ago
02837149
Remove calls to deprecated MessageLoop methods from sandbox/.
by fdoray
· 8 years ago
95b6282
Delete all test isolate file now that M54 was branched.
by maruel
· 8 years ago
07171a4
base::mac::IsOSSierra() -> base::mac::IsOS10_12(), etc.
by sdy
· 8 years ago
b786580
seccomp-bpf-helpers: Fix undefined reference
by ejcaruso
· 8 years ago
175211e
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 8 years ago
07bf777c
Reimplement AllocateNearTo for 64bit.
by forshaw
· 8 years ago
3d32692
sandbox: Use stl utilities from the base namespace
by skyostil
· 8 years ago
587cf8f
sandbox: Change auto to not deduce raw pointers.
by vmpstr
· 8 years ago
af1fe2105
Disable sanitizer coverage of the Windows sandbox code
by rnk
· 8 years ago
ab9565d
In the sigsys_handlers WriteToStdErr, do not use libc write().
by rsesek
· 8 years ago
37dd5680
Ignore desktop creation errors in the sandbox.
by forshaw
· 8 years ago
48c487e6
Label sandbox job object OOM as OOM in process termination.
by wfh
· 8 years ago
238d831
Allow getrandom(2) via the seccomp-bpf sandbox.
by agl
· 8 years ago
96b9ba4
Disable BootstrapSandbox tests on macOS Sierra.
by erikchen
· 8 years ago
ea2c6246
[Android] Make the death tests in BrokerFilePermission.* expect death by SIGILL.
by jbudorick
· 8 years ago
651705f
Fix rpath dependencies in ASAN builds of chrome_sandbox.
by dpranke
· 8 years ago
e558779
PRESUBMIT: use "master." prefix in CQ_INCLUDE_TRYBOTS.
by tandrii
· 8 years ago
84fd669
[Chrome ELF] New NT registry API.
by pennymac
· 8 years ago
351566a
Made setting lowbox token a warning.
by forshaw
· 8 years ago
b0dda462
Partial Revert of Replace string::find(prefix) == 0 pattern with base::StartsWith(). (https://codereview.chromium.org/2121513002/ )
by primiano
· 8 years ago
74e10b2
Reland of place string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #1 id:1 of https://codereview.chromium.org/2131933002/ )
by markusheintz
· 8 years ago
Next »