1. 17 Jul, 2020 10 commits
  2. 16 Jul, 2020 2 commits
  3. 08 Jul, 2020 2 commits
  4. 06 Jul, 2020 3 commits
  5. 05 Jul, 2020 8 commits
  6. 03 Jul, 2020 8 commits
  7. 01 Jul, 2020 2 commits
  8. 30 Jun, 2020 4 commits
  9. 29 Jun, 2020 1 commit
    • attach: set no_new_privs flag after LSM label · 6ce8e678
      Alexander Livenets authored
      In `start.c:1284`, no_new_privs flag is set after LSM label is set.
      Also, in `lxc.container.conf` documentation it is written that:
      ```
      Note that PR_SET_NO_NEW_PRIVS is applied after the container has
      changed into its intended AppArmor profile or SElinux context.
      ```
      This commit fixes the behavior of `lxc_attach` by moving
      `PR_SET_NO_NEW_PRIVS` set logic after LSM for the process is configured;
      
      Closes #3393
      Signed-off-by: 's avatarAlexander Livenets <a.livenets@gmail.com>