1. 28 Aug, 2022 11 commits
  2. 06 Jul, 2022 2 commits
  3. 16 May, 2022 1 commit
  4. 19 Apr, 2022 2 commits
    • Joe Slater's avatar
      LICENSE: update to SPDX standard names · fe742953
      Joe Slater authored
      
      Use convert-spdx-licenses.py to update LICENSE names in recipes.
      Signed-off-by: default avatarJoe Slater <joe.slater@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      fe742953
    • Ashish Sharma's avatar
      meta-selinux: Use SPDX style licensing format · ab4b57bb
      Ashish Sharma authored
      
      WARNING: checkpolicy-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
      WARNING: setools-4.4.0-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 LGPLv2.1 [obsolete-license] \
      WARNING: policycoreutils-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
      WARNING: refpolicy-standard-2.20210908+gitAUTOINC+23a8d103f3-r0.2 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \
      WARNING: selinux-python-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
      WARNING: ecryptfs-utils-111-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-2.0 [obsolete-license] \
      WARNING: nikto-2.1.6-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \
      WARNING: bastille-3.2.1-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \
      WARNING: suricata-6.0.4-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \
      WARNING: samhain-server-4.4.6-r0.7 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \
      ...
      Signed-off-by: default avatarAshish Sharma <asharma@mvista.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      ab4b57bb
  5. 01 Mar, 2022 1 commit
  6. 07 Feb, 2022 1 commit
  7. 18 Jan, 2022 1 commit
  8. 08 Dec, 2021 3 commits
    • Yi Zhao's avatar
      selinux: upgrade 3.2 -> 3.3 · eb5b607d
      Yi Zhao authored
      
      Drop backport CVE patches.
      Signed-off-by: default avatarYi Zhao <yi.zhao@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      eb5b607d
    • Yi Zhao's avatar
      selinux: move selinux scripts to selinux-scripts · 19089953
      Yi Zhao authored
      
      There are too many recipes in recipes-security/selinux. Keep the selinux
      userspace recipes and move selinux scripts to selinux-scripts directory
      to make the directory hierarchy clearer.
      Signed-off-by: default avatarYi Zhao <yi.zhao@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      19089953
    • Yi Zhao's avatar
      selinux-python: add RDEPENDES on audit-python · e16200c8
      Yi Zhao authored
      
      Add RDEPENDS on audit-python for selinux-python-semanage.
      
      Fixes:
      $ semanage fcontext -a -t user_home_t "/web(/.*)?"
      Traceback (most recent call last):
        File "/usr/sbin/semanage", line 975, in <module>
          do_parser()
        File "/usr/sbin/semanage", line 947, in do_parser
          args.func(args)
        File "/usr/sbin/semanage", line 329, in handleFcontext
          OBJECT.add(args.file_spec, args.type, args.ftype, args.range, args.seuser)
        File "/usr/lib/python3.9/site-packages/seobject.py", line 2485, in add
          self.__add(target, type, ftype, serange, seuser)
        File "/usr/lib/python3.9/site-packages/seobject.py", line 2481, in __add
          self.mylog.log_change("resrc=fcontext op=add %s ftype=%s tcontext=%s:%s:%s:%s"
            % (audit.audit_encode_nv_string("tglob", target, 0), ftype_to_audit[ftype],)
      NameError: name 'audit' is not defined
      Signed-off-by: default avatarYi Zhao <yi.zhao@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      e16200c8
  9. 23 Nov, 2021 1 commit
  10. 22 Nov, 2021 3 commits
  11. 30 Sep, 2021 2 commits
  12. 17 Sep, 2021 3 commits
  13. 30 Aug, 2021 9 commits