Home
last modified time | relevance | path

Searched refs:rights (Results 1 – 25 of 7296) sorted by relevance

12345678910>>...292

/external/openssh/
Dsandbox-capsicum.c71 cap_rights_t rights; in ssh_sandbox_child() local
87 cap_rights_init(&rights); in ssh_sandbox_child()
89 if (cap_rights_limit(STDIN_FILENO, &rights) < 0 && errno != ENOSYS) in ssh_sandbox_child()
91 if (cap_rights_limit(STDOUT_FILENO, &rights) < 0 && errno != ENOSYS) in ssh_sandbox_child()
93 if (cap_rights_limit(STDERR_FILENO, &rights) < 0 && errno != ENOSYS) in ssh_sandbox_child()
96 cap_rights_init(&rights, CAP_READ, CAP_WRITE); in ssh_sandbox_child()
97 if (cap_rights_limit(box->monitor->m_recvfd, &rights) < 0 && in ssh_sandbox_child()
100 cap_rights_init(&rights, CAP_WRITE); in ssh_sandbox_child()
101 if (cap_rights_limit(box->monitor->m_log_sendfd, &rights) < 0 && in ssh_sandbox_child()
/external/strace/tests-mx32/
Dpkey_alloc.c52 } rights[] = { in main() local
70 for (j = 0; j < ARRAY_SIZE(rights); j++) { in main()
71 rc = syscall(__NR_pkey_alloc, flags[i], rights[j].val); in main()
73 (unsigned long long) flags[i], rights[j].str, in main()
Dscm_rights-fd.test64 rights='\{cmsg_len='"$n"', cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data='"$rights_data"'\…
68 sendmsg\\(3$socket, $msg_head\\[$rights\\]$msg_tail\\}, 0\\) = 15
69 recvmsg\\(0$socket, $msg_head\\[$creds, $rights\\]$msg_tail\\}, 0\\) = 15
/external/strace/tests-m32/
Dpkey_alloc.c52 } rights[] = { in main() local
70 for (j = 0; j < ARRAY_SIZE(rights); j++) { in main()
71 rc = syscall(__NR_pkey_alloc, flags[i], rights[j].val); in main()
73 (unsigned long long) flags[i], rights[j].str, in main()
Dscm_rights-fd.test64 rights='\{cmsg_len='"$n"', cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data='"$rights_data"'\…
68 sendmsg\\(3$socket, $msg_head\\[$rights\\]$msg_tail\\}, 0\\) = 15
69 recvmsg\\(0$socket, $msg_head\\[$creds, $rights\\]$msg_tail\\}, 0\\) = 15
/external/strace/tests/
Dpkey_alloc.c52 } rights[] = { in main() local
70 for (j = 0; j < ARRAY_SIZE(rights); j++) { in main()
71 rc = syscall(__NR_pkey_alloc, flags[i], rights[j].val); in main()
73 (unsigned long long) flags[i], rights[j].str, in main()
Dscm_rights-fd.test64 rights='\{cmsg_len='"$n"', cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data='"$rights_data"'\…
68 sendmsg\\(3$socket, $msg_head\\[$rights\\]$msg_tail\\}, 0\\) = 15
69 recvmsg\\(0$socket, $msg_head\\[$creds, $rights\\]$msg_tail\\}, 0\\) = 15
/external/python/cpython3/Doc/
Dcopyright.rst7 Copyright © 2001-2019 Python Software Foundation. All rights reserved.
9 Copyright © 2000 BeOpen.com. All rights reserved.
11 Copyright © 1995-2000 Corporation for National Research Initiatives. All rights
14 Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
/external/python/cpython2/Doc/
Dcopyright.rst7 Copyright © 2001-2018 Python Software Foundation. All rights reserved.
9 Copyright © 2000 BeOpen.com. All rights reserved.
11 Copyright © 1995-2000 Corporation for National Research Initiatives. All rights
14 Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
/external/libxml2/result/
Disolat3.rdr6 <!ENTITY rights "All rights reserved" >
8 &#xA9; 1947 %pub;. &rights;" >
19 © 1947 Éditions Gallimard. &rights;
Disolat3.rde6 <!ENTITY rights "All rights reserved" >
8 &#xA9; 1947 %pub;. &rights;" >
19 © 1947 Éditions Gallimard. &rights;
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo1.patch10 // Copyright 2014 The Go Authors. All rights reserved.
20 // Copyright 2011 The Go Authors. All rights reserved.
30 // Copyright 2015 The Go Authors. All rights reserved.
40 // Copyright 2013 The Go Authors. All rights reserved.
50 // Copyright 2015 The Go Authors. All rights reserved.
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo1.patch10 // Copyright 2014 The Go Authors. All rights reserved.
20 // Copyright 2011 The Go Authors. All rights reserved.
30 // Copyright 2015 The Go Authors. All rights reserved.
40 // Copyright 2013 The Go Authors. All rights reserved.
50 // Copyright 2015 The Go Authors. All rights reserved.
/external/ImageMagick/MagickCore/
Dstatic.c132 rights; in InvokeStaticImageFilter() local
138 rights=ReadPolicyRights; in InvokeStaticImageFilter()
139 if (IsRightsAuthorized(FilterPolicyDomain,rights,tag) == MagickFalse) in InvokeStaticImageFilter()
224 rights; in RegisterStaticModule() local
239 rights=ReadPolicyRights; in RegisterStaticModule()
240 if (IsRightsAuthorized(ModulePolicyDomain,rights,module) == MagickFalse) in RegisterStaticModule()
Dpolicy.c87 rights; member
112 rights; member
232 policy_info->rights=p->rights; in AcquirePolicyCache()
596 const PolicyRights rights,const char *pattern) in IsRightsAuthorized() argument
614 CommandOptionToMnemonic(MagickPolicyRightsOptions,rights),pattern); in IsRightsAuthorized()
629 if ((rights & ReadPolicyRights) != 0) in IsRightsAuthorized()
630 authorized=(p->rights & ReadPolicyRights) != 0 ? MagickTrue : in IsRightsAuthorized()
632 if ((rights & WritePolicyRights) != 0) in IsRightsAuthorized()
633 authorized=(p->rights & WritePolicyRights) != 0 ? MagickTrue : in IsRightsAuthorized()
635 if ((rights & ExecutePolicyRights) != 0) in IsRightsAuthorized()
[all …]
/external/v8/src/third_party/siphash/
DLICENSE10 Certain owners wish to permanently relinquish those rights to a Work for the
27 effect of CC0 on those rights.
30 protected by copyright and related or neighboring rights ("Copyright and
37 ii. moral rights retained by the original author(s) and/or performer(s);
39 iii. publicity and privacy rights pertaining to a person's image or likeness
42 iv. rights protecting against unfair competition in regards to a Work,
45 v. rights protecting the extraction, dissemination, use and reuse of data in
48 vi. database rights (such as those arising under Directive 96/9/EC of the
53 vii. other similar, equivalent or corresponding rights throughout the world
95 a. No trademark or patent rights held by Affirmer are waived, abandoned,
[all …]
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo1.patch10 // Copyright 2014 The Go Authors. All rights reserved.
23 // Copyright 2011 The Go Authors. All rights reserved.
36 // Copyright 2015 The Go Authors. All rights reserved.
49 // Copyright 2013 The Go Authors. All rights reserved.
62 // Copyright 2015 The Go Authors. All rights reserved.
/external/pcre/dist2/
DAUTHORS12 All rights reserved
23 All rights reserved.
34 All rights reserved.
/external/libdrm/
DCONTRIBUTING.rst60 Commit rights will be granted to anyone who requests them and fulfills the
78 - Agrees to use their commit rights in accordance with the documented merge
81 To apply for commit rights ("Developer" role in gitlab) send a mail to
85 Committers are encouraged to request their commit rights get removed when they
86 no longer contribute to the project. Commit rights will be reinstated when they
90 rights, as especially junior contributors tend to underestimate their skills.
101 Abuse of commit rights, like engaging in commit fights or willfully pushing
/external/ppp/pppd/
DNOTICE6 Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
44 Copyright (c) 1995 Pedro Roque Marques. All rights reserved.
75 Copyright (C) 2000-2004 Paul Mackerras. All rights reserved.
76 Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
77 Copyright (c) 2003 Paul Mackerras. All rights reserved.
78 Copyright (c) 1996-2002 Paul Mackerras. All rights reserved.
79 Copyright (c) 1999-2004 Paul Mackerras. All rights reserved.
80 Copyright (c) 2000-2002 Paul Mackerras. All rights reserved.
81 Copyright (c) 1999-2002 Paul Mackerras. All rights reserved.
107 Copyright (c) 1995 Eric Rosenquist. All rights reserved.
[all …]
/external/google-styleguide/
DNOTICE83 g. "You" means an individual or entity exercising rights under this
86 Licensor to exercise rights under this License despite a previous
105 limit, or restrict any uses free from copyright or rights arising from
112 exercise the rights in the Work as stated below:
132 exercise by You of the rights granted under this License;
137 of the rights granted under this License; and,
142 by You of the rights granted under this License.
144 The above rights may be exercised in all media and formats whether now
145 known or hereafter devised. The above rights include the right to make
146 such modifications as are technically necessary to exercise the rights in
[all …]
DLICENSE83 g. "You" means an individual or entity exercising rights under this
86 Licensor to exercise rights under this License despite a previous
105 limit, or restrict any uses free from copyright or rights arising from
112 exercise the rights in the Work as stated below:
132 exercise by You of the rights granted under this License;
137 of the rights granted under this License; and,
142 by You of the rights granted under this License.
144 The above rights may be exercised in all media and formats whether now
145 known or hereafter devised. The above rights include the right to make
146 such modifications as are technically necessary to exercise the rights in
[all …]
/external/antlr/runtime/JavaScript/build/
Dlicense.txt2 Copyright (c) 2003-2008 Terence Parr. All rights reserved.
7 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
/external/dng_sdk/
DPATENTS13 Grant of rights
48 Adobe may revoke the rights granted above to any individual or
61 The rights granted herein are provided on an as-is basis without
71 Reservation of rights
73 All rights not expressly granted herein are reserved.
/external/igt-gpu-tools/
DCONTRIBUTING.md79 Commit rights will be granted to anyone who requests them and fulfills the
95 - Agrees to use their commit rights in accordance with the documented merge
103 Committers are encouraged to request their commit rights get removed when they
104 no longer contribute to the project. Commit rights will be reinstated when they
108 rights, especially junior contributors tend to underestimate their skills.
120 Abuse of commit rights, like engaging in commit fights or willfully pushing

12345678910>>...292