GET https://kbin.spritesserver.nl/u/@Ghostbusterinthemach@lemmy.world

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
1.06 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1683 …}
  +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
  +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
  +url: null
  +body: """
    Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
    \n
    `apt-get download $(apt-rdepends |grep -v "^ ")`\n
    \n
    But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Reading state information... Done\n
    </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
    </span><span style="color:#323232;">E: Handler silently failed\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699868952 {#1726
    date: 2023-11-13 10:49:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  +badges: Doctrine\ORM\PersistentCollection {#2372 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m not at a computer to verify, but `dpkg -I package.deb` will list dependencies of a deb file, so `apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)` might work."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699676889 {#1430
        date: 2023-11-11 05:28:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@iturnedintoanewt@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1574 …}
      +nested: Doctrine\ORM\PersistentCollection {#1588 …}
      +votes: Doctrine\ORM\PersistentCollection {#1584 …}
      +reports: Doctrine\ORM\PersistentCollection {#1580 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
      -id: 106540
      -bodyTs: "'apt':22 'apt-get':21 'comput':6 'deb':18 'depend':15 'download':24 'dpkg':10,25 'file':19 'get':23 'list':14 'm':2 'might':28 'package.deb':12 'rescuezilla_2.4.2-1_all.deb':27 'verifi':8 'work':29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5200647"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699590412 {#1429
        date: 2023-11-10 05:26:52.0 +01:00
      }
      +"title": 106540
    }
  ]
  -id: 11634
  -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
  -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699668497
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14409918"
  +editedAt: DateTimeImmutable @1699657720 {#1709
    date: 2023-11-11 00:08:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699582097 {#1735
    date: 2023-11-10 03:08:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1683 …}
  +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
  +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
  +url: null
  +body: """
    Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
    \n
    `apt-get download $(apt-rdepends |grep -v "^ ")`\n
    \n
    But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Reading state information... Done\n
    </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
    </span><span style="color:#323232;">E: Handler silently failed\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699868952 {#1726
    date: 2023-11-13 10:49:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  +badges: Doctrine\ORM\PersistentCollection {#2372 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m not at a computer to verify, but `dpkg -I package.deb` will list dependencies of a deb file, so `apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)` might work."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699676889 {#1430
        date: 2023-11-11 05:28:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@iturnedintoanewt@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1574 …}
      +nested: Doctrine\ORM\PersistentCollection {#1588 …}
      +votes: Doctrine\ORM\PersistentCollection {#1584 …}
      +reports: Doctrine\ORM\PersistentCollection {#1580 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
      -id: 106540
      -bodyTs: "'apt':22 'apt-get':21 'comput':6 'deb':18 'depend':15 'download':24 'dpkg':10,25 'file':19 'get':23 'list':14 'm':2 'might':28 'package.deb':12 'rescuezilla_2.4.2-1_all.deb':27 'verifi':8 'work':29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5200647"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699590412 {#1429
        date: 2023-11-10 05:26:52.0 +01:00
      }
      +"title": 106540
    }
  ]
  -id: 11634
  -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
  -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699668497
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14409918"
  +editedAt: DateTimeImmutable @1699657720 {#1709
    date: 2023-11-11 00:08:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699582097 {#1735
    date: 2023-11-10 03:08:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1683 …}
  +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
  +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
  +url: null
  +body: """
    Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
    \n
    `apt-get download $(apt-rdepends |grep -v "^ ")`\n
    \n
    But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Reading state information... Done\n
    </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
    </span><span style="color:#323232;">E: Handler silently failed\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699868952 {#1726
    date: 2023-11-13 10:49:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  +badges: Doctrine\ORM\PersistentCollection {#2372 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’m not at a computer to verify, but `dpkg -I package.deb` will list dependencies of a deb file, so `apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)` might work."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699676889 {#1430
        date: 2023-11-11 05:28:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@iturnedintoanewt@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1574 …}
      +nested: Doctrine\ORM\PersistentCollection {#1588 …}
      +votes: Doctrine\ORM\PersistentCollection {#1584 …}
      +reports: Doctrine\ORM\PersistentCollection {#1580 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
      -id: 106540
      -bodyTs: "'apt':22 'apt-get':21 'comput':6 'deb':18 'depend':15 'download':24 'dpkg':10,25 'file':19 'get':23 'list':14 'm':2 'might':28 'package.deb':12 'rescuezilla_2.4.2-1_all.deb':27 'verifi':8 'work':29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5200647"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699590412 {#1429
        date: 2023-11-10 05:26:52.0 +01:00
      }
      +"title": 106540
    }
  ]
  -id: 11634
  -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
  -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699668497
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14409918"
  +editedAt: DateTimeImmutable @1699657720 {#1709
    date: 2023-11-11 00:08:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699582097 {#1735
    date: 2023-11-10 03:08:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1683 …}
    +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
    +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
    +url: null
    +body: """
      Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
      \n
      `apt-get download $(apt-rdepends |grep -v "^ ")`\n
      \n
      But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Reading state information... Done\n
      </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
      </span><span style="color:#323232;">E: Handler silently failed\n
      </span><span style="color:#323232;">\n
      </span>\n
      ```\n
      \n
      So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699868952 {#1726
      date: 2023-11-13 10:49:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1687 …}
    +votes: Doctrine\ORM\PersistentCollection {#1689 …}
    +reports: Doctrine\ORM\PersistentCollection {#1692 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
    +badges: Doctrine\ORM\PersistentCollection {#2372 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 11634
    -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
    -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699668497
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14409918"
    +editedAt: DateTimeImmutable @1699657720 {#1709
      date: 2023-11-11 00:08:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699582097 {#1735
      date: 2023-11-10 03:08:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m not at a computer to verify, but `dpkg -I package.deb` will list dependencies of a deb file, so `apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)` might work."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699676889 {#1430
    date: 2023-11-11 05:28:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@iturnedintoanewt@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1574 …}
  +nested: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  -id: 106540
  -bodyTs: "'apt':22 'apt-get':21 'comput':6 'deb':18 'depend':15 'download':24 'dpkg':10,25 'file':19 'get':23 'list':14 'm':2 'might':28 'package.deb':12 'rescuezilla_2.4.2-1_all.deb':27 'verifi':8 'work':29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5200647"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699590412 {#1429
    date: 2023-11-10 05:26:52.0 +01:00
  }
  +"title": 106540
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1683 …}
    +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
    +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
    +url: null
    +body: """
      Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
      \n
      `apt-get download $(apt-rdepends |grep -v "^ ")`\n
      \n
      But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Reading state information... Done\n
      </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
      </span><span style="color:#323232;">E: Handler silently failed\n
      </span><span style="color:#323232;">\n
      </span>\n
      ```\n
      \n
      So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699868952 {#1726
      date: 2023-11-13 10:49:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1687 …}
    +votes: Doctrine\ORM\PersistentCollection {#1689 …}
    +reports: Doctrine\ORM\PersistentCollection {#1692 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
    +badges: Doctrine\ORM\PersistentCollection {#2372 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 11634
    -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
    -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699668497
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14409918"
    +editedAt: DateTimeImmutable @1699657720 {#1709
      date: 2023-11-11 00:08:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699582097 {#1735
      date: 2023-11-10 03:08:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m not at a computer to verify, but `dpkg -I package.deb` will list dependencies of a deb file, so `apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)` might work."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699676889 {#1430
    date: 2023-11-11 05:28:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@iturnedintoanewt@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1574 …}
  +nested: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  -id: 106540
  -bodyTs: "'apt':22 'apt-get':21 'comput':6 'deb':18 'depend':15 'download':24 'dpkg':10,25 'file':19 'get':23 'list':14 'm':2 'might':28 'package.deb':12 'rescuezilla_2.4.2-1_all.deb':27 'verifi':8 'work':29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5200647"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699590412 {#1429
    date: 2023-11-10 05:26:52.0 +01:00
  }
  +"title": 106540
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1683 …}
    +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
    +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
    +url: null
    +body: """
      Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
      \n
      `apt-get download $(apt-rdepends |grep -v "^ ")`\n
      \n
      But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Reading state information... Done\n
      </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
      </span><span style="color:#323232;">E: Handler silently failed\n
      </span><span style="color:#323232;">\n
      </span>\n
      ```\n
      \n
      So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699868952 {#1726
      date: 2023-11-13 10:49:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1687 …}
    +votes: Doctrine\ORM\PersistentCollection {#1689 …}
    +reports: Doctrine\ORM\PersistentCollection {#1692 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
    +badges: Doctrine\ORM\PersistentCollection {#2372 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 11634
    -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
    -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699668497
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14409918"
    +editedAt: DateTimeImmutable @1699657720 {#1709
      date: 2023-11-11 00:08:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699582097 {#1735
      date: 2023-11-10 03:08:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’m not at a computer to verify, but `dpkg -I package.deb` will list dependencies of a deb file, so `apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)` might work."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699676889 {#1430
    date: 2023-11-11 05:28:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@iturnedintoanewt@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1574 …}
  +nested: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  -id: 106540
  -bodyTs: "'apt':22 'apt-get':21 'comput':6 'deb':18 'depend':15 'download':24 'dpkg':10,25 'file':19 'get':23 'list':14 'm':2 'might':28 'package.deb':12 'rescuezilla_2.4.2-1_all.deb':27 'verifi':8 'work':29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5200647"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699590412 {#1429
    date: 2023-11-10 05:26:52.0 +01:00
  }
  +"title": 106540
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details