index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
capability-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
capability-util: avoid thread_local
Lennart Poettering
2024-04-24
1
-23
/
+24
*
capability-util: avoid false-positive use-of-uninitialized-value error
Yu Watanabe
2023-11-28
1
-1
/
+2
*
core: allow using seccomp without no_new_privs when unprivileged
Iago López Galeiras
2023-11-07
1
-4
/
+12
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-0
/
+1
*
capability-util: add new capability_get_ambient() helper
Lennart Poettering
2023-02-22
1
-0
/
+25
*
capability-util: use UINT32_MAX as shortcut where appropriatea
Lennart Poettering
2023-02-20
1
-2
/
+2
*
capability-util: add macro for largest cap we're willing to accept
Lennart Poettering
2023-02-20
1
-7
/
+9
*
capability-util: add CAP_MASK_ALL + CAP_MASK_UNSET macros
Lennart Poettering
2023-02-20
1
-8
/
+8
*
cap-list: refuse parsing numeric capability 63
Lennart Poettering
2023-02-20
1
-4
/
+4
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic/util: rename u64log2 to log2u64
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-8
/
+8
*
basic/capability-util: add missing initialization
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
capability-util: add new function for raising setpcap
Tobias Kaufmann
2020-09-01
1
-14
/
+26
*
basic/capability-util: let cap_last_cap() return unsigned integer
Zbigniew Jędrzejewski-Szmek
2020-07-10
1
-19
/
+12
*
Check ambient set against bounding set prior to applying ambient set
sterlinghughes
2020-05-29
1
-0
/
+12
*
capability: don't skip ambient caps setup if we actually have something to set
Lennart Poettering
2020-04-03
1
-3
/
+5
*
basic: Fix capability_ambient_set_apply for kernels < 4.3
Kevin Kuehler
2020-03-29
1
-0
/
+4
*
basic: Drop ambient inherited capabilities by default
Kevin Kuehler
2019-11-26
1
-10
/
+18
*
tree-wide: drop pwd.h and grp.h when user-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop capability.h when capability-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
nspawn: don't hard fail when setting capabilities
Anita Zhang
2019-06-20
1
-0
/
+38
*
capability: fix loops for cap_last_cap()
Lennart Poettering
2019-06-20
1
-2
/
+2
*
capability-util: be more careful with types
Lennart Poettering
2019-05-28
1
-8
/
+5
*
Merge pull request #12059 from poettering/nspawn-typos
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-24
/
+25
|
\
|
*
capability: also cap CAP_LAST_CAP at 63
Lennart Poettering
2019-03-21
1
-1
/
+1
|
*
capability: typo fix
Lennart Poettering
2019-03-21
1
-2
/
+2
|
*
capability: use UINT64_C() where appropriate
Lennart Poettering
2019-03-21
1
-1
/
+1
|
*
capability: minimize scope of a few variables
Lennart Poettering
2019-03-21
1
-15
/
+16
|
*
capability: minor coding style updates
Lennart Poettering
2019-03-21
1
-4
/
+4
|
*
capability: add missing ')'
Lennart Poettering
2019-03-21
1
-1
/
+1
*
|
util-lib: get rid of a helper variable
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-7
/
+2
|
/
*
capability: let's protect against the kernel eventually doing more than 64 caps
Lennart Poettering
2019-03-15
1
-5
/
+10
*
capability: deal with libcap being older than kernel
Lennart Poettering
2019-03-15
1
-3
/
+18
*
capability: keep CAP_SETPCAP while dropping bounding caps
Lennart Poettering
2019-03-15
1
-3
/
+41
*
capability: fix build without PR_CAP_AMBIENT
Fabrice Fontaine
2019-01-11
1
-0
/
+1
*
capability: add new type for maintaining all five cap sets as one
Lennart Poettering
2018-11-29
1
-0
/
+125
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
util: add new write_string_filef() helper
Lennart Poettering
2018-06-06
1
-12
/
+4
*
tree-wide: avoid assignment of r just to use in a comparison
Zbigniew Jędrzejewski-Szmek
2018-04-24
1
-2
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
capability: add new ambient_capabilities_supported() helper
Lennart Poettering
2017-08-10
1
-0
/
+15
*
capability: change capability_bounding_set_drop() to be work without privileg...
Lennart Poettering
2017-08-10
1
-40
/
+49
*
user-util: rework maybe_setgroups() a bit
Lennart Poettering
2016-10-06
1
-2
/
+3
*
core: do not fail in a container if we can't use setgroups
Giuseppe Scrivano
2016-10-06
1
-1
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
[next]