Skip to content

Commit

Permalink
👷 drop apparmor from tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Aug 16, 2024
1 parent 1dbd7e1 commit 2e795fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ fn create_options_section() -> gtk::Box {
);
let systemd_oomd_btn =
create_tweak_checkbox!("Systemd-oomd", "systemd-oomd.service", "service", "");
let apparmor_btn =
create_tweak_checkbox!("Apparmor", "apparmor.service", "service", "apparmor");
let bpftune_btn =
create_tweak_checkbox!("Bpftune", "bpftune.service", "service", "bpftune-git");
let bluetooth_btn =
Expand All @@ -522,7 +520,6 @@ fn create_options_section() -> gtk::Box {
topbox.pack_start(&label, true, false, 1);
box_collection.pack_start(&psd_btn, true, false, 2);
box_collection_s.pack_start(&systemd_oomd_btn, true, false, 2);
box_collection.pack_start(&apparmor_btn, true, false, 2);
box_collection_s.pack_start(&bpftune_btn, true, false, 2);
box_collection.pack_start(&ananicy_cpp_btn, true, false, 2);
box_collection_s.pack_start(&bluetooth_btn, true, false, 2);
Expand Down

0 comments on commit 2e795fd

Please sign in to comment.