Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 451758 Details for
Bug 598214
www-client/chromium-55.0.2883.21 sandbox violations during emerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cgroup configuration script
cgroup.start (text/plain), 643 bytes, created by
Andreas Steinmetz
on 2016-10-28 15:46:52 UTC
(
hide
)
Description:
cgroup configuration script
Filename:
MIME Type:
Creator:
Andreas Steinmetz
Created:
2016-10-28 15:46:52 UTC
Size:
643 bytes
patch
obsolete
>#!/bin/sh >domount() >{ >read rubbish || return >while [ 1 ] >do > read item rubbish || return > mkdir -p /sys/fs/cgroup/$item > mount -t cgroup -o noatime,nodiratime,nodev,noexec,$item none /sys/fs/cgroup/$item >done >} >mkcpuset() >{ >mkdir -p /sys/fs/cgroup/cpuset/$1 >echo $2 > /sys/fs/cgroup/cpuset/$1/cpuset.cpus >echo $3 > /sys/fs/cgroup/cpuset/$1/cpuset.mems >chown $4:$5 /sys/fs/cgroup/cpuset/$1/tasks >chmod $6 /sys/fs/cgroup/cpuset/$1/tasks >} >if [ -f /proc/cgroups ] >then > cat /proc/cgroups | domount >else > exit 0 >fi >if [ -d /sys/fs/cgroup/cpuset ] >then > for i in chrome:0,4:0:root:users:664 > do > mkcpuset `echo $i | sed 's/:/ /g'` > done >fi >exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 598214
:
451568
|
451706
|
451708
| 451758