1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-08 09:57:41 +03:00
Ivan Shapovalov 3e7a029c28 analyze: capability: add support for decoding capability masks
This adds support in `systemd-analyze capability` for decoding
capability masks (sets), e.g.:

```console
$ systemd-analyze capability --mask 0000000000003c00
NAME                 NUMBER
cap_net_bind_service     10
cap_net_broadcast        11
cap_net_admin            12
cap_net_raw              13
```

This is intended as a convenience tool for pretty-printing capability
values as found in e.g. `/proc/$PID/status`.
2024-07-24 17:25:47 +02:00
..
2024-06-20 14:26:13 +09:00
2024-04-15 10:40:11 +02:00
2023-12-25 09:15:53 +01:00
2024-03-20 15:24:11 +01:00
2024-03-04 16:12:23 +04:00
2024-04-23 01:42:11 +09:00
2024-05-15 14:19:01 +02:00
2024-04-19 13:25:32 +01:00
2023-12-26 08:59:53 +01:00
2023-12-26 08:59:53 +01:00
2023-12-26 13:10:36 +01:00
2023-12-26 13:10:36 +01:00
2024-06-12 18:36:21 +09:00
2023-12-24 09:32:26 +01:00
2023-12-24 10:46:55 +01:00
2024-03-04 16:12:23 +04:00
2024-07-10 10:08:59 +02:00
2024-03-20 15:24:11 +01:00
2024-05-13 19:53:51 +09:00