GET https://kbin.spritesserver.nl/u/@Tiuku@sopuli.xyz/active/2023-11-28::2023-11-28

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 …}
}
2.37 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.07 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 {#1571
  +user: Proxies\__CG__\App\Entity\User {#1726 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#1795 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2469 …}
  +slug: "Best-practices-in-mounting-NAS-shares"
  +title: "Best practices in mounting NAS shares?"
  +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
  +body: """
    What are some best practices in mounting NAS shares that you all follow?\n
    \n
    Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
    \n
    I’ve read to use the mnt directory or the media directory but opinions differ.\n
    \n
    My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
    \n
    Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
    \n
    Would love to hear everyone’s philosophy! Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702018627 {#1736
    date: 2023-12-08 07:57:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1555 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  +badges: Doctrine\ORM\PersistentCollection {#1407 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "What’s so wrong with fstab?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701197371 {#1428
        date: 2023-11-28 19:49:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dtrain@lemmy.world"
        "@0x4E4F@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 174434
      -bodyTs: "'fstab':6 'wrong':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sopuli.xyz/comment/4973793"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701197371 {#1440
        date: 2023-11-28 19:49:31.0 +01:00
      }
      +"title": 174434
    }
  ]
  -id: 17864
  -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
  -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271873
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8875861"
  +editedAt: DateTimeImmutable @1701989072 {#1698
    date: 2023-12-07 23:44:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701185473 {#1729
    date: 2023-11-28 16:31:13.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 {#1571
  +user: Proxies\__CG__\App\Entity\User {#1726 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#1795 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2469 …}
  +slug: "Best-practices-in-mounting-NAS-shares"
  +title: "Best practices in mounting NAS shares?"
  +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
  +body: """
    What are some best practices in mounting NAS shares that you all follow?\n
    \n
    Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
    \n
    I’ve read to use the mnt directory or the media directory but opinions differ.\n
    \n
    My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
    \n
    Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
    \n
    Would love to hear everyone’s philosophy! Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702018627 {#1736
    date: 2023-12-08 07:57:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1555 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  +badges: Doctrine\ORM\PersistentCollection {#1407 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "What’s so wrong with fstab?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701197371 {#1428
        date: 2023-11-28 19:49:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dtrain@lemmy.world"
        "@0x4E4F@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 174434
      -bodyTs: "'fstab':6 'wrong':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sopuli.xyz/comment/4973793"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701197371 {#1440
        date: 2023-11-28 19:49:31.0 +01:00
      }
      +"title": 174434
    }
  ]
  -id: 17864
  -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
  -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271873
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8875861"
  +editedAt: DateTimeImmutable @1701989072 {#1698
    date: 2023-12-07 23:44:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701185473 {#1729
    date: 2023-11-28 16:31:13.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 {#1571
  +user: Proxies\__CG__\App\Entity\User {#1726 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#1795 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2469 …}
  +slug: "Best-practices-in-mounting-NAS-shares"
  +title: "Best practices in mounting NAS shares?"
  +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
  +body: """
    What are some best practices in mounting NAS shares that you all follow?\n
    \n
    Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
    \n
    I’ve read to use the mnt directory or the media directory but opinions differ.\n
    \n
    My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
    \n
    Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
    \n
    Would love to hear everyone’s philosophy! Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702018627 {#1736
    date: 2023-12-08 07:57:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1555 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  +badges: Doctrine\ORM\PersistentCollection {#1407 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "What’s so wrong with fstab?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701197371 {#1428
        date: 2023-11-28 19:49:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dtrain@lemmy.world"
        "@0x4E4F@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 174434
      -bodyTs: "'fstab':6 'wrong':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sopuli.xyz/comment/4973793"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701197371 {#1440
        date: 2023-11-28 19:49:31.0 +01:00
      }
      +"title": 174434
    }
  ]
  -id: 17864
  -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
  -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271873
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8875861"
  +editedAt: DateTimeImmutable @1701989072 {#1698
    date: 2023-12-07 23:44:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701185473 {#1729
    date: 2023-11-28 16:31:13.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 {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#1726 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#1795 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2469 …}
    +slug: "Best-practices-in-mounting-NAS-shares"
    +title: "Best practices in mounting NAS shares?"
    +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
    +body: """
      What are some best practices in mounting NAS shares that you all follow?\n
      \n
      Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
      \n
      I’ve read to use the mnt directory or the media directory but opinions differ.\n
      \n
      My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
      \n
      Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
      \n
      Would love to hear everyone’s philosophy! Thanks!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702018627 {#1736
      date: 2023-12-08 07:57:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2468 …}
    +votes: Doctrine\ORM\PersistentCollection {#1550 …}
    +reports: Doctrine\ORM\PersistentCollection {#1555 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
    +badges: Doctrine\ORM\PersistentCollection {#1407 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 17864
    -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
    -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701271873
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8875861"
    +editedAt: DateTimeImmutable @1701989072 {#1698
      date: 2023-12-07 23:44:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701185473 {#1729
      date: 2023-11-28 16:31:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "What’s so wrong with fstab?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701197371 {#1428
    date: 2023-11-28 19:49:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dtrain@lemmy.world"
    "@0x4E4F@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 174434
  -bodyTs: "'fstab':6 'wrong':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/comment/4973793"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701197371 {#1440
    date: 2023-11-28 19:49:31.0 +01:00
  }
  +"title": 174434
}
"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 {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#1726 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#1795 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2469 …}
    +slug: "Best-practices-in-mounting-NAS-shares"
    +title: "Best practices in mounting NAS shares?"
    +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
    +body: """
      What are some best practices in mounting NAS shares that you all follow?\n
      \n
      Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
      \n
      I’ve read to use the mnt directory or the media directory but opinions differ.\n
      \n
      My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
      \n
      Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
      \n
      Would love to hear everyone’s philosophy! Thanks!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702018627 {#1736
      date: 2023-12-08 07:57:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2468 …}
    +votes: Doctrine\ORM\PersistentCollection {#1550 …}
    +reports: Doctrine\ORM\PersistentCollection {#1555 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
    +badges: Doctrine\ORM\PersistentCollection {#1407 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 17864
    -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
    -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701271873
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8875861"
    +editedAt: DateTimeImmutable @1701989072 {#1698
      date: 2023-12-07 23:44:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701185473 {#1729
      date: 2023-11-28 16:31:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "What’s so wrong with fstab?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701197371 {#1428
    date: 2023-11-28 19:49:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dtrain@lemmy.world"
    "@0x4E4F@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 174434
  -bodyTs: "'fstab':6 'wrong':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/comment/4973793"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701197371 {#1440
    date: 2023-11-28 19:49:31.0 +01:00
  }
  +"title": 174434
}
"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 {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#1726 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#1795 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2469 …}
    +slug: "Best-practices-in-mounting-NAS-shares"
    +title: "Best practices in mounting NAS shares?"
    +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
    +body: """
      What are some best practices in mounting NAS shares that you all follow?\n
      \n
      Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
      \n
      I’ve read to use the mnt directory or the media directory but opinions differ.\n
      \n
      My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
      \n
      Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
      \n
      Would love to hear everyone’s philosophy! Thanks!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702018627 {#1736
      date: 2023-12-08 07:57:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2468 …}
    +votes: Doctrine\ORM\PersistentCollection {#1550 …}
    +reports: Doctrine\ORM\PersistentCollection {#1555 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
    +badges: Doctrine\ORM\PersistentCollection {#1407 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 17864
    -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
    -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701271873
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8875861"
    +editedAt: DateTimeImmutable @1701989072 {#1698
      date: 2023-12-07 23:44:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701185473 {#1729
      date: 2023-11-28 16:31:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "What’s so wrong with fstab?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701197371 {#1428
    date: 2023-11-28 19:49:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dtrain@lemmy.world"
    "@0x4E4F@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 174434
  -bodyTs: "'fstab':6 'wrong':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/comment/4973793"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701197371 {#1440
    date: 2023-11-28 19:49:31.0 +01:00
  }
  +"title": 174434
}
"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