diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-05-23 15:58:31 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-05-31 07:36:15 +0000 |
commit | 69bd3ddac4b23d827c8e58b96201238f0114497b (patch) | |
tree | 68dae6bbce58de0d42bea3afcbf3ce6e6d4a8f41 /meson.build | |
parent | 0ed8064b0de235fa21fb961f0a8789e11ad7f1a4 (diff) |
policy-deny: Remove SMACK support
Similar to Waltham, SMACK hasn't been really used and it was actually
a compile option, showing as a example the deny policy. The RBA and the
allow-all policy still available, and we can revisit the policy
mechanism if we plan on switching to SELinux.
Bug-AGL: SPEC-4806
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Iedac63585676ebc47201debcf73870cb0538cc09
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build index 2079fb1..4d846d2 100644 --- a/meson.build +++ b/meson.build @@ -42,7 +42,6 @@ foreach func: optional_libc_funcs endforeach dep_libsystemd = dependency('libsystemd', required: false) -dep_libsmack = dependency('libsmack', required: false) dep_scanner = dependency('wayland-scanner') prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner')) dep_wp = dependency('wayland-protocols', version: '>= 1.18') @@ -206,11 +205,6 @@ if deps_remoting.length() == depnames.length() message('Found remoting depends, enabling remoting') endif -if dep_libsmack.found() - config_h.set('HAVE_SMACK', 1) - deps_libweston += dep_libsmack -endif - dir_module_agl_compositor = join_paths(join_paths(prefix_path, get_option('libdir')), 'agl-compositor') libexec_compositor = shared_library( |