| Commit message (Expand) | Author | Age | Files | Lines |
* | label: tweak LabelOps post() hook to take "created" boolean | Lennart Poettering | 2024-10-22 | 1 | -1/+4 |
* | label: Introduce LabelOps to do pre/post labelling operations | Daan De Meyer | 2023-05-31 | 1 | -0/+21 |
* | smack-util: Fix compilation error when smack is disabled | Daan De Meyer | 2023-02-22 | 1 | -1/+1 |
* | smack-util: Add renameat_and_apply_smack_floor_label() | Daan De Meyer | 2023-02-20 | 1 | -11/+11 |
* | tree-wide: use -EBADF for fd initialization | Zbigniew Jędrzejewski-Szmek | 2022-12-19 | 1 | -1/+1 |
* | smack: fix build failure with -Dsmack=false | asavah | 2022-07-14 | 1 | -5/+1 |
* | mac: rework labelling code to be simpler, and less racy | Lennart Poettering | 2022-07-08 | 1 | -55/+43 |
* | smack: catch more types of 'not supported' errors | Lennart Poettering | 2022-07-08 | 1 | -1/+2 |
* | basic: mac_[selinux,smack]_apply_fd does not work when applying labels | Donald Chan | 2022-01-30 | 1 | -2/+2 |
* | smack make mac_smack_fix_at() useful when called with dir_fd=AT_FDCWD | Lennart Poettering | 2021-11-16 | 1 | -2/+9 |
* | xattr-util: merge various getxattr()/listxattr() helpers into getxattr_at_mal... | Lennart Poettering | 2021-10-07 | 1 | -2/+2 |
* | smack-util: tiny simplification | Lennart Poettering | 2021-09-23 | 1 | -5/+4 |
* | smack: move helper function to smack-util.c | Zbigniew Jędrzejewski-Szmek | 2021-09-21 | 1 | -0/+13 |
* | tree-wide: port things over to FORMAT_PROC_FD_PATH() | Lennart Poettering | 2021-08-19 | 1 | -5/+3 |
* | basic,shared: move a bunch of files to src/shared/ | Zbigniew Jędrzejewski-Szmek | 2021-06-24 | 1 | -0/+288 |
* | build-sys: split internal basic/ library from shared/ | Kay Sievers | 2015-06-11 | 1 | -208/+0 |
* | shared: add process-util.[ch] | Ronny Chevalier | 2015-04-10 | 1 | -0/+1 |
* | tree-wide: there is no ENOTSUP on linux | David Herrmann | 2015-03-13 | 1 | -1/+1 |
* | smack-util: remove warning when building without SMACK support | Lennart Poettering | 2014-12-04 | 1 | -4/+8 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 1 | -1/+1 |
* | smack: introduce new SmackProcessLabel option | WaLyong Cho | 2014-11-24 | 1 | -0/+20 |
* | smack: we don't need the special labels exported, hence don't | Lennart Poettering | 2014-10-23 | 1 | -0/+3 |
* | smack: rework SMACK label fixing code to follow more closely the semantics of... | Lennart Poettering | 2014-10-23 | 1 | -24/+35 |
* | smack: never follow symlinks when relabelling | Lennart Poettering | 2014-10-23 | 1 | -1/+1 |
* | smack: rework smack APIs a bit | Lennart Poettering | 2014-10-23 | 1 | -14/+53 |
* | mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and... | Lennart Poettering | 2014-10-23 | 1 | -5/+5 |
* | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering | 2014-10-23 | 1 | -9/+9 |
* | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho | 2014-10-23 | 1 | -5/+5 |
* | label: rearrange mandatory access control(MAC) apis | WaLyong Cho | 2014-10-23 | 1 | -2/+43 |
* | build-sys: use glibc's xattr support instead of requiring libattr | Kay Sievers | 2014-05-28 | 1 | -3/+1 |
* | smack: minimize ifdef use, and move all labeling to smack-util.c | Kay Sievers | 2013-10-11 | 1 | -1/+51 |
* | security: rework selinux, smack, ima, apparmor detection logic | Lennart Poettering | 2013-10-10 | 1 | -4/+9 |
* | Smack: Test if smack is enabled before mounting | Auke Kok | 2013-10-10 | 1 | -0/+36 |