Skip to content

Commit

Permalink
Simple patch for Brother printer drivers as described in:
Browse files Browse the repository at this point in the history
  • Loading branch information
etbe committed Oct 22, 2023
1 parent f3865ab commit 780adb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions policy/modules/kernel/corecommands.fc
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ ifdef(`distro_debian',`

/opt/(.*/)?sbin(/.*)? gen_context(system_u:object_r:bin_t,s0)

/opt/brother/Printers/[^/]+/lpd(/.*)? gen_context(system_u:object_r:bin_t,s0)
/opt/brother/Printers/[^/]+/cupswrapper(/.*)? gen_context(system_u:object_r:bin_t,s0)

/opt/google/talkplugin(/.*)? gen_context(system_u:object_r:bin_t,s0)

/opt/gutenprint/cups/lib/filter(/.*)? gen_context(system_u:object_r:bin_t,s0)
Expand Down

0 comments on commit 780adb8

Please sign in to comment.