Searched refs:Inheritable (Results 1 – 12 of 12) sorted by relevance
/external/libcap/cap/ |
D | file.go | 34 Permitted, Inheritable uint32 41 Permitted, Inheritable uint32 48 Permitted, Inheritable uint32 95 c.flat[0][Inheritable] = data.Inheritable 97 c.flat[0][Effective] = data.Inheritable | data.Permitted 105 c.flat[i][Inheritable] = data.Inheritable 107 c.flat[i][Effective] = data.Inheritable | data.Permitted 116 c.flat[i][Inheritable] = data.Inheritable 118 c.flat[i][Effective] = data.Inheritable | data.Permitted 206 eff |= (f[Permitted] | f[Inheritable]) & f[Effective] [all …]
|
D | flags.go | 86 if vec > Inheritable || val > Value(words*32) { 113 if c == nil || len(c.flat) == 0 || vec > Inheritable { 150 if c.flat[i][Inheritable]^d.flat[i][Inheritable] != 0 { 151 cf |= (1 << Inheritable)
|
D | text.go | 45 iBin = (1 << Inheritable) 60 x |= uint((c.flat[u][Inheritable]&bit)>>b) * iBin 283 c.forceFlag(Inheritable, fI) 294 c.SetFlag(Inheritable, true, vs...) 304 c.SetFlag(Inheritable, false, vs...)
|
D | iab.go | 64 iab.Fill(Inh, current, Inheritable) 149 oldIP := temp.flat[i][Inheritable] | temp.flat[i][Permitted] 151 temp.flat[i][Inheritable] = newI 268 if len(c.flat) != 0 || flag > Inheritable {
|
D | cap_test.go | 31 index, bit, err := bitOf(Inheritable, v.val) 100 for s := Effective; s <= Inheritable; s++ { 187 one.ClearFlag(Inheritable) 188 iab.Fill(Inh, one, Inheritable)
|
D | cap.go | 79 Inheritable const 90 case Inheritable: 99 type data [Inheritable + 1]uint32
|
D | convenience.go | 104 if Differs(cf, Inheritable) { 143 w.ClearFlag(Inheritable)
|
/external/libcap/doc/values/ |
D | 8.txt | 2 capabilities. Linux supports the POSIX.1e Inheritable 7 Permitted and Inheritable sets of the process. This
|
/external/crosvm/devices/src/virtio/fs/ |
D | caps.rs | 90 Inheritable = 2, enumerator
|
/external/libcap/go/ |
D | compare-cap.go | 167 if err := working.SetFlag(cap.Inheritable, true, cap.SETPCAP); err != nil {
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 2291 bool Inheritable = false; in emitAttributes() local 2298 Inheritable = true; in emitAttributes() 2497 if (Inheritable) { in emitAttributes()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 261 PEP 446: Newly Created File Descriptors Are Non-Inheritable
|