diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-14 19:32:49 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-14 19:52:47 -0400 |
commit | 9705252dd1b811f0baa1ea22cc740ccad6140a95 (patch) | |
tree | 8e78715e1b9973b857015f56e4c60e5d5ce836ec /gentoo/contexts | |
parent | d4c6a296a121c4f5fcebbc6d28af2ad1be669bd8 (diff) | |
download | selinux-policy-9705252dd1b811f0baa1ea22cc740ccad6140a95.tar.gz |
rewrite build system with meson
Diffstat (limited to 'gentoo/contexts')
-rw-r--r-- | gentoo/contexts/customizable_types | 1 | ||||
-rw-r--r-- | gentoo/contexts/dbus_contexts | 6 | ||||
-rw-r--r-- | gentoo/contexts/default_context | 1 | ||||
-rw-r--r-- | gentoo/contexts/default_type | 1 | ||||
-rw-r--r-- | gentoo/contexts/failsafe_context | 1 | ||||
-rw-r--r-- | gentoo/contexts/files/file_contexts.subs_dist | 20 | ||||
-rw-r--r-- | gentoo/contexts/files/media | 3 | ||||
-rw-r--r-- | gentoo/contexts/removable_context | 1 |
8 files changed, 0 insertions, 34 deletions
diff --git a/gentoo/contexts/customizable_types b/gentoo/contexts/customizable_types deleted file mode 100644 index 30f248a..0000000 --- a/gentoo/contexts/customizable_types +++ /dev/null @@ -1 +0,0 @@ -sys.serialtermdev
\ No newline at end of file diff --git a/gentoo/contexts/dbus_contexts b/gentoo/contexts/dbus_contexts deleted file mode 100644 index 116e684..0000000 --- a/gentoo/contexts/dbus_contexts +++ /dev/null @@ -1,6 +0,0 @@ -<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" - "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> -<busconfig> - <selinux> - </selinux> -</busconfig> diff --git a/gentoo/contexts/default_context b/gentoo/contexts/default_context deleted file mode 100644 index 187c5b1..0000000 --- a/gentoo/contexts/default_context +++ /dev/null @@ -1 +0,0 @@ -sys.role:sys.subj:s0 sys.role:sys.subj:s0
\ No newline at end of file diff --git a/gentoo/contexts/default_type b/gentoo/contexts/default_type deleted file mode 100644 index c89274a..0000000 --- a/gentoo/contexts/default_type +++ /dev/null @@ -1 +0,0 @@ -sys.role:sys.subj
\ No newline at end of file diff --git a/gentoo/contexts/failsafe_context b/gentoo/contexts/failsafe_context deleted file mode 100644 index 47efb07..0000000 --- a/gentoo/contexts/failsafe_context +++ /dev/null @@ -1 +0,0 @@ -sys.role:sys.subj:s0
\ No newline at end of file diff --git a/gentoo/contexts/files/file_contexts.subs_dist b/gentoo/contexts/files/file_contexts.subs_dist deleted file mode 100644 index 5d8a2cd..0000000 --- a/gentoo/contexts/files/file_contexts.subs_dist +++ /dev/null @@ -1,20 +0,0 @@ -/bin /usr/bin -/lib /usr/lib -/lib64 /usr/lib -/sbin /usr/bin -/usr/lib64 /usr/lib -/usr/libexec /usr/bin -/usr/local/bin /usr/bin -/usr/local/etc /etc -/usr/local/lib /usr/lib -/usr/local/lib64 /usr/lib -/usr/local/libexec /usr/bin -/usr/local/sbin /usr/bin -/usr/local/share /usr/share -/usr/local/src /usr/src -/usr/sbin /usr/bin -/usr/tmp /tmp -/var/mail /var/spool/mail -/var/lock /run/lock -/var/run /run -/var/tmp /tmp
\ No newline at end of file diff --git a/gentoo/contexts/files/media b/gentoo/contexts/files/media deleted file mode 100644 index 2cb0529..0000000 --- a/gentoo/contexts/files/media +++ /dev/null @@ -1,3 +0,0 @@ -cdrom sys.id:sys.role:removable.stordev:s0 -disk sys.id:sys.role:removable.stordev:s0 -floppy sys.id:sys.role:removable.stordev:s0
\ No newline at end of file diff --git a/gentoo/contexts/removable_context b/gentoo/contexts/removable_context deleted file mode 100644 index 52cd558..0000000 --- a/gentoo/contexts/removable_context +++ /dev/null @@ -1 +0,0 @@ -sys.id:sys.role:removable.fs:s0
\ No newline at end of file |