kern_jail.c (831531a82e0f1d1d7b97e50c0587639322ed8d2e) | kern_jail.c (ddb3eb4efe55e57c206f3534263c77b837aff1dc) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 1999 Poul-Henning Kamp. 5 * Copyright (c) 2008 Bjoern A. Zeeb. 6 * Copyright (c) 2009 James Gritton. 7 * All rights reserved. 8 * --- 3941 unchanged lines hidden (view full) --- 3950 case PRIV_AUDIT_SETAUDIT: 3951 case PRIV_AUDIT_SUBMIT: 3952#endif 3953 3954 /* 3955 * Allow jailed processes to manipulate process UNIX 3956 * credentials in any way they see fit. 3957 */ | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 1999 Poul-Henning Kamp. 5 * Copyright (c) 2008 Bjoern A. Zeeb. 6 * Copyright (c) 2009 James Gritton. 7 * All rights reserved. 8 * --- 3941 unchanged lines hidden (view full) --- 3950 case PRIV_AUDIT_SETAUDIT: 3951 case PRIV_AUDIT_SUBMIT: 3952#endif 3953 3954 /* 3955 * Allow jailed processes to manipulate process UNIX 3956 * credentials in any way they see fit. 3957 */ |
3958 case PRIV_CRED_SETCRED: |
|
3958 case PRIV_CRED_SETUID: 3959 case PRIV_CRED_SETEUID: 3960 case PRIV_CRED_SETGID: 3961 case PRIV_CRED_SETEGID: 3962 case PRIV_CRED_SETGROUPS: 3963 case PRIV_CRED_SETREUID: 3964 case PRIV_CRED_SETREGID: 3965 case PRIV_CRED_SETRESUID: --- 1150 unchanged lines hidden --- | 3959 case PRIV_CRED_SETUID: 3960 case PRIV_CRED_SETEUID: 3961 case PRIV_CRED_SETGID: 3962 case PRIV_CRED_SETEGID: 3963 case PRIV_CRED_SETGROUPS: 3964 case PRIV_CRED_SETREUID: 3965 case PRIV_CRED_SETREGID: 3966 case PRIV_CRED_SETRESUID: --- 1150 unchanged lines hidden --- |