Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selinux: implemented remaining selinux functions #2850

Merged
merged 11 commits into from
Aug 16, 2024

Commits on Jul 22, 2024

  1. added selinux functions

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3c8d871 View commit details
    Browse the repository at this point in the history
  2. not use arc

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e5952e4 View commit details
    Browse the repository at this point in the history
  3. follow reviewer comment

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d02d4d8 View commit details
    Browse the repository at this point in the history
  4. divided selinux impl into two files

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a22a6be View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. fix

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    54d8408 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d534bfe View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. fix

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5a07279 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. use SELinuxLabel struct

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ef12153 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. use pointer instead of clone

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2b82887 View commit details
    Browse the repository at this point in the history
  2. not loop

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f0da9cb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. add main.rs

    Signed-off-by: Hiroyuki Moriya <[email protected]>
    Gekko0114 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6e4fbc7 View commit details
    Browse the repository at this point in the history