OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / setresuid.2
1 .\" Copyright (C) 1997 Andries Brouwer (aeb@cwi.nl)
2 .\"
3 .\" %%%LICENSE_START(VERBATIM)
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
7 .\"
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one.
12 .\"
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein.  The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
19 .\" professionally.
20 .\"
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
23 .\" %%%LICENSE_END
24 .\"
25 .\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
26 .\"*******************************************************************
27 .\"
28 .\" This file was generated with po4a. Translate the source file.
29 .\"
30 .\"*******************************************************************
31 .TH SETRESUID 2 2010\-11\-22 Linux "Linux Programmer's Manual"
32 .SH 名前
33 setresuid, setresgid \- ユーザやグループの 実、実効、保存 ID を設定する
34 .SH 書式
35 \fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */
36 .br
37 \fB#include <unistd.h>\fP
38 .sp
39 \fBint setresuid(uid_t \fP\fIruid\fP\fB, uid_t \fP\fIeuid\fP\fB, uid_t \fP\fIsuid\fP\fB);\fP
40 .br
41 \fBint setresgid(gid_t \fP\fIrgid\fP\fB, gid_t \fP\fIegid\fP\fB, gid_t \fP\fIsgid\fP\fB);\fP
42 .SH 説明
43 \fBsetresuid\fP()  は呼び出し元のプロセスの実 (real) ユーザーID、実効 (effective) ユーザーID、 保存
44 set\-user\-ID を設定する。
45
46 非特権ユーザーのプロセスは、その実 UID、実効 UID、保存 set\-user\-ID を、 現在の実 UID、現在の実効 UID、現在の保存
47 set\-user\-ID のどれかに変更することができる:
48
49 特権プロセス (Linux では \fBCAP_SETUID\fP ケーパビリティ (capability) を持つ プロセス) は、実 UID、実効
50 UID、保存 set\-user\-ID を任意の値に設定できる。
51
52 引き数のどれかが \-1 の場合はその値は変更されずに残される。
53
54 実 UID、実効 UID、保存 set\-user\-ID にどんな変更が行われたかに関わらず、 ファイルシステム UID は常に実効 UID
55 (可能であれば変更後の新しい実効 UID)  と同じ値に設定される。
56
57 全く同じように、 \fBsetresgid\fP()  は呼び出し元のプロセスの実 GID、実効 GID、保存 set\-group\-ID を設定する
58 (さらにファイルシステム GID を実効 GID と同じ値に修正する)。 非特権プロセスは同様の制限を受ける。
59 .SH 返り値
60 成功した場合は 0 が返される。エラーの場合は \-1 が返され、 \fIerrno\fP が適切に設定される。
61 .SH エラー
62 .TP 
63 \fBEAGAIN\fP
64 \fIuid\fP が現在のユーザー ID と違う値で、 この呼び出しにより ユーザー ID が リソース上限 \fBRLIMIT_NPROC\fP
65 を超えてしまう。
66 .TP 
67 \fBEPERM\fP
68 呼び出したプロセスが特権を持たないのに (\fBCAP_SETUID\fP ケーパビリティを持たないのに)、 ID を許されていない値に変更しようとした。
69 .SH バージョン
70 Linux ではバージョン 2.1.44 より利用可能になった。
71 .SH 準拠
72 これらのコールは非標準である。 HP\-UX や BSD 系のいくつかにも存在する。
73 .SH 注意
74 HP\-UX や FreeBSD では \fI<unistd.h>\fP にプロトタイプが存在する。
75 Linux では、glibc 2.3.2 以降で プロトタイプが提供されている。
76
77 元々の Linux の \fBsetresuid\fP() と \fBsetresgid\fP() システムコールは
78 16 ビットのグループ ID だけに対応していた。
79 その後、Linux 2.4 で、32 ビットの ID に対応した
80 \fBsetresuid32\fP() と \fBsetresgid32\fP() が追加された。
81 glibc の \fBsetresuid\fP() と \fBsetresgid\fP() のラッパー関数は
82 カーネルバージョンによるこの違いを吸収している。
83 .SH 関連項目
84 \fBgetresuid\fP(2), \fBgetuid\fP(2), \fBsetfsgid\fP(2), \fBsetfsuid\fP(2),
85 \fBsetreuid\fP(2), \fBsetuid\fP(2), \fBcapabilities\fP(7), \fBcredentials\fP(7)
86 .SH この文書について
87 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
88 である。プロジェクトの説明とバグ報告に関する情報は
89 http://www.kernel.org/doc/man\-pages/ に書かれている。