エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
syscall: Setuid/Setgid doesn't apply to all threads on Linux · Issue #1435 · golang/go
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
syscall: Setuid/Setgid doesn't apply to all threads on Linux · Issue #1435 · golang/go
by ziutek@Lnet.pl: What steps will reproduce the problem? Compile attached test code. Run it as r... by ziutek@Lnet.pl: What steps will reproduce the problem? Compile attached test code. Run it as root like this: # GOMAXPROCS=4 ./test 65534 65534 and note output: gorutine 1: uid=0 euid=0 gid=0 egid=0 gorutine 2: uid=0 euid=0 gid=0 egid=0 gorutine 3: uid=0 euid=0 gid=0 egid=0 gorutine 4: uid=0 euid=0 gid=0 egid=0 gorutine 5: uid=0 euid=0 gid=0 egid=0 gorutine 6: uid=0 euid=0 gid=0 egid=0 gorutine
2017/04/14 リンク